#focused {
    margin-top: 72px;
    margin-bottom: 127px;
}

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

#focused .title span {
    font-size: 133.0188679245283%;
}

#focused .focused:nth-child(even) p {
    max-width: 560px;
}

#focused .focused:nth-child(even) img {
    margin: 0 0 0 auto;
}
#focused .focused:nth-child(odd) img {
    margin: 0 auto 0 0;
}

#focused h5 {
    font-size: 26px;
    line-height: 48px;
    margin-bottom: 7px;
}
#focused h5 span {
    font-size: 140.3846153846154%;
}

#focused .d-image.pr2 {
    padding-right: 10px;
}

#focused .d-text.pl1 {
    padding-left: 16px;
}

#focused p {
    font-size: 18px;
    line-height: 26px;
    max-width: 577px;
}

@media screen and (max-width: 767px ) {
    #focused .d-image {
        flex-basis: 100%;
        position: relative;
        order: 1;
        padding: 0;
        padding: 0 !important;
    }
    #focused .d-text.pl1 {
        padding: 0;
    }
    #focused .d-image img {
        max-width: 100vw;
        width: 100vw;
    }
    #focused .d-text {
        margin-top: 16px;
        flex-basis: 100%;
        position: relative;
        order: 2;
    }
}

@media screen and (max-width: 567px ) {
    #focused {
        margin-top: 46px;
        margin-bottom: 81px;
    }
    #focused .title {
        font-size: 36px;
        line-height: 1;
        margin-bottom: 38px;
    }
    #focused .d-text {
        margin-top: 26px;
    }
    #focused h5 {
        margin-bottom: 3px;
    }
    #focused p {
        font-size: 14px;
        line-height: 19px;
    }
}