.sec-app-conference {
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
    background: #fff;
}

.sec-app-conference {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    gap:1rem;
    padding: 4rem 1rem;
}


.sec-app-conference .block-text {
    flex:1;
    gap:2rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start
}

.sec-app-conference .block-text .title {
    font-weight: 700;
    font-size: 44px;
    line-height: 110%;
    color: #000;
}

.sec-app-conference .wrapper .block-text .desc {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #555;
}

.sec-app-conference .wrapper .block-text .footnote {
    font-weight: 400;
    font-size: 12px;
    line-height: 140%;
    letter-spacing: .02em;
    color: #646669;
    margin-top: 8px;
}

.sec-app-conference .wrapper .block-text .btn-learn {
   background: linear-gradient(90deg, #0066ff 0%, #00c2ff 100%);
    border-radius: 100px;
    min-height: 38px;
    min-width: 107px;
    padding: 0 20px;
    font-weight: 700;
    font-size: 16px;
    line-height: 14px;
    letter-spacing: .05em;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 32px
}


.sec-app-conference .app-list {
    flex:1;
    display: flex;
    align-items: center;
    justify-content: center
}

.sec-app-conference .app-list img {
    width: 100%;
    height: 100%;
    object-position: cover;
}

.sec-app-conference  .btn-learn {
    background: linear-gradient(90deg, #0066ff 0%, #00c2ff 100%);
    border-radius: 100px;
    min-height: 38px;
    min-width: 107px;
    padding: 0 20px;
    font-weight: 700;
    font-size: 16px;
    line-height: 14px;
    letter-spacing: .05em;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center
}


.sec-app-conference .block-text {
    margin-bottom: 36px;
}

.sec-app-conference .block-text .sup {
    font-size: 18px;
    line-height: 21.6px;
    letter-spacing: .03em;
    color: #00a78b;
}

.sec-app-conference .block-text .sup,.block-text .title {
    font-weight: 700;
}

.sec-app-conference .block-text .title {
    font-size: 44px;
    line-height: 48.4px;
    color: #000;
}

.sec-app-conference .block-text .desc {
    font-size: 16px;
    line-height: 24px;
    color: #555;
}


@media (max-width:468px){
    .sec-app-conference{
        flex-direction: column;
    }
}