.icon-cms {
    display: inline-block;
}

.icon-cms::before {
    background-repeat: no-repeat;
    background-size: 1.25em 6.75em;
    content: '';
    display: block;
    font-size: 1em;
}

.icon-cms--inline::before {
    display: inline-block;
    position: relative;
    vertical-align: middle;
}

.icon-cms--arrow-down-black::before {
    background-position: 0 0;
    width: .875em;
    height: .875em;
}

.icon-cms--chat-brown::before {
    background-position: 0 -.875em;
    width: 1.25em;
    height: 1.25em;
}

.icon-cms--download-brown::before {
    background-position: 0 -2.125em;
    width: .875em;
    height: 1em;
}

.icon-cms--download-down-brown::before {
    background-position: 0 -3.125em;
    width: .875em;
    height: 1em;
}

.icon-cms--phone-brown::before {
    background-position: 0 -4.125em;
    width: 1.25em;
    height: 1.25em;
}

.icon-cms--text-brown::before {
    background-position: 0 -5.375em;
    width: .875em;
    height: 1.375em;
}

.about {
    background-color: #f3f3f3;
    height: 100%;
    padding-top: 2.8125rem;
}

.promo-active .about {
    padding-top: 0;
}

.about__content {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
}

.about__img-wrap {
    background-color: #f3f3f3;
    max-width: 23.4375rem;
    margin: 0 auto;    
}

.about__img-wrap .border {
    border: solid 5px #f36f2e;
    border-radius: 90%;
    padding: 13px;
    width:auto;
    display:inline-block;
}

.about__img-background {
    background-color: #f3f3f3;
    width: 100%;
}

.about__content-wrap {
    padding: 1.5625rem;
    margin-top: 2.5rem;
    text-align: center;
}

.about__content-wrap .about__heading {
    font-size: 1.125rem;
    margin-bottom: .75rem;
    font-family: "Circe";
    font-weight: 400;
    letter-spacing: normal;
}

.about__content-wrap p {
    font-size: .875rem;
    line-height: 1.71;
    letter-spacing: .01875rem;
}

.page-wrap--about {
    padding-top: 0;
}

@media only screen and (min-width:768px) {
    .about__img-wrap {
        max-width: 20.4375rem;
    }

    .about__content-wrap {
        max-width: 35.5rem;
    }
}

@media only screen and (min-width:1025px) {
    .about {
        background-color: #f3f3f3;
        padding-top: 3.5625rem;
    }

    .promo-active .about {
        padding-top: 5.8125rem;
    }

    .about__content {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .about__img-wrap {
        max-width: 30.3125rem;
    }

    .about__img-background {
        max-width: 35.3125rem;
        margin-left: 1.75rem;
        margin-right: 1.5rem;
    }

    .about__content-wrap {
        padding: 0;
        max-width: 35.25rem;
        margin: 3.625rem 1.75rem;
        text-align: left;
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }

    .about__content-wrap .about__heading {
        font-size: 1.5rem;
        margin-bottom: 1.5625rem;
        line-height: 1.25;
    }

    .about__content-wrap p {
        font-size: 1rem;
        line-height: 1.5;
        letter-spacing: .05rem;        
    }

    .promo-active .page-wrap--about {
        padding-top: 0;
    }
}

@media only screen and (min-width:1281px) {
    .about__content {
        padding: 4.6875rem 0;
    }

    .about__img-background {
        margin-right: 0;
    }

    .about__content-wrap {
        margin: 0 1.75rem;
    }
}
