#focused {
    margin-top: 84px;
}

#focused .title {
    font-size: 48px;
    line-height: 1.3;
    margin-bottom: 64px;
}

#focused .title span {
    font-size: 24px;
}

#focused .title img {
    margin-left: 8px;
}

#focused .focused {
    column-gap: 36px;
    margin-bottom: 70px;
}
#focused .d-image {
    flex-grow: 0;
    flex-basis: 50%;
}
#focused .d-image img {
    border-radius: 15px;
}

#focused h5 {
    font-size: 32px;
    line-height: 1.25;
    margin-bottom: 20px;
}

#focused p {
    font-size: 16px;
    line-height: 1.5;
    max-width: 577px;
}
#sign-up {
    margin-top: 78px;
}
@media screen and (max-width: 991px) {
    #focused .focused {
        flex-direction: column;
        margin-bottom: 38px;
    }
    #focused .d-image {
        flex-grow: 0;
        flex-basis: auto;
        margin-bottom: 21px;
        order: -1;
    }
}
@media screen and (max-width: 767px) {
    #focused br {
        display: none;
    }
}

@media screen and (max-width: 567px) {
    #focused {
        margin-top: 25px;
    }

    #focused .title {
        font-size: 40px;
        line-height: 1.1;
    }

    #focused .title span {
        font-size: 24px;
        display: block;
    }

    #focused h5 {
        margin-bottom: 16px;
        font-size: 24px;
        line-height: 1.5;
    }

    #focused p {
        font-size: 16px;
        line-height: 1.5;
    }
    #sign-up {
        margin-top: 18px;
    }
}