.cta-2__wrapper {
    background: #202029;
    display: flex;
    gap: 114px;
    align-items: flex-end;
}

.cta-2__content {
    flex-basis: 726px;
}

.cta-2__circle-btn {
    flex-basis: 360px;
}

.cta-2__heading {
    margin-bottom: 20px;
}

.cta-2__text {
    color: #DEE3ED;
    margin-bottom: 40px;
}

.cta-2__person {
    display: flex;
    gap: 23px;
}

.cta-2__image-wrapper {
    display: flex;
    flex-basis: 223px;
    height: fit-content;
}

.cta-2__bio {
    flex-basis: 480px;
}

.cta-2__image {
    border-radius: 3000px;
    object-fit: cover;
}

.cta-2__name {
    font-weight: 500;
    margin-bottom: 12px;
}

.cta-2__text-2 {
    color: #F9F9F9;
    margin-bottom: 18px;
}

.cta-2__btn {
    max-width: 286px;
    background: #FFF;
    color: #202029;
    border-color: #FFF;
    justify-content: center;
    gap: 10px;
}

.cta-2__btn-icon {
    border: 1px solid #202029;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    border-radius: 18px;
}

.cta-2__circle-btn {
    border-radius: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-basis: 360px;
    gap: 10px;
    background: rgba(255, 90, 70, 0.8);
    font-weight: 500;
     text-align: end;
    aspect-ratio: 1;
}

.cta-2__circle-btn svg {
    flex-shrink: 0;
    flex-basis: 57px;
}

.cta-2__circle-btn span {
    display: flex;
    flex-basis: 210px;
}

@media screen and (max-width: 1199.98px) {
    .cta-2__wrapper {
        gap: 50px;
    }

    .cta-2__person {
        gap: 20px;
    }
}

@media screen and (max-width: 1023.98px) {
    .cta-2__wrapper {
        flex-direction: column;
        gap: 0;
    }

    .cta-2__circle-btn {
        display: none;
    }

    .cta-2__content {
        flex-basis: 100%;
    }
}

@media screen and (max-width: 599.98px) {
    .cta-2__person {
        flex-direction: column;
    }

    .cta-2__heading {
        margin-bottom: 10px;
    }

    .cta-2__text {
        margin-bottom: 25px;
    }

    .cta-2__image-wrapper {
        width: 223px;
        height: 223px;
        flex-basis: 100%;
    }

    .cta-2__bio {
        flex-basis: 100%;
    }
}
