#webinar-form .input {
    width: 336px;
}

.review__wrap{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}

.reviews__item {
    width: 49%;


}
.review {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 341px;
    background-color: #fff;
    border: solid 1px #ebebeb;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}


.review__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 30px 24px 24px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.review__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 26px;
}

.review__photo {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 74px;
    height: 74px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 24px;
}

.review__info {
    padding-top: 3px;
}

.review__name {
    font-style: normal;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: .2px;
}

.review__school {
    display: block;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: .1px;
    text-align: left;
    color: gray;
}

.review__message {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 100%;
}

.review__message blockquote {
    margin-bottom: 22px;
    overflow: hidden;
    line-height: 22px;
    max-height: 185px;
    transition: max-height .5s ease;
    -webkit-transition: max-height .5s ease;
    -moz-transition: max-height .5s ease;
    -ms-transition: max-height .5s ease;
    -o-transition: max-height .5s ease;
}
.review__message blockquote > p{
    margin-bottom: 10px;
}
.review__message blockquote > ul{
    margin-bottom: 10px;
}
.js-read-wrap.is-active{
    max-height: 999px!important;
}

.review__read-more {
    margin-top: auto;
    background-color: transparent;
    border: 0;
    padding: 0;
    font-size: 11px;
    line-height: 22px;
    letter-spacing: .8px;
    color: #d52833;
    text-transform: uppercase;
    text-align: left;
}

.review:hover {
    -webkit-box-shadow: 0 7px 15px 0 rgba(0,0,0,.2);
    box-shadow: 0 7px 15px 0 rgba(0,0,0,.2);
}


.b6__pb0{
    padding-bottom: 0;
}
.photo-list-brend--three{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}


@media only screen and (max-width: 767px){
    .review__wrap{
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
    .reviews__item {
        width: 100%;
        margin-bottom: 20px;
    }
    .photo-list-brend--three{
        -ms-flex-wrap:wrap;
            flex-wrap:wrap;
    }
}


.info {
    padding-top: 27px;
    padding-bottom: 32px;
}
@media (min-width: 768px){
    .info {
        padding-top: 54px;
        padding-bottom: 55px;
    }
}
@media (min-width: 1344px){
    .info {
        padding-top: 87px;
        padding-bottom: 96px;
    }
}

.info__title {
    margin-bottom: 25px;
    font-weight: 400;
}
@media (min-width: 768px){
.info__title {
    margin-bottom: 47px;
}
}
@media (min-width: 1344px){
.info__title {
    margin-bottom: 47px;
    font-size: 30px;
    letter-spacing: 1.2px;
}}

.info__button {
    position: relative;
    display: block;
    width: 100%;
    border: none;
    padding: 20px 48px 19px 0;
    border-bottom: 1px solid #ebebeb;
    background-color: transparent;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.32px;
    text-align: left;
    color: #d52833;
    cursor: pointer;

}

@media (min-width: 768px){
.info__button {
    font-size: 24px;
    letter-spacing: 0.48px;
    line-height: 24px;
    padding-top: 19px;
    padding-bottom: 19px;
}
}
@media (min-width: 1344px){
.info__button {
    padding-top: 27px;
    padding-bottom: 28px;
}}

.info__button:first-of-type {
    border-top: 1px solid #ebebeb;
}
.collapse {
    display: none;
}
.info__button::before, .info__button::after {
    content: '';
    position: absolute;
    top: 50%;
    height: 2px;
    width: 10px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    background-color: #112538;
}

@media (min-width: 768px){
.info__button::before, .info__button::after {
    right: 32px;
}}
@media (min-width: 1344px){
.info__button::before, .info__button::after {
    right: 29px;
}}

.info__button::after {
    -webkit-transform: translateY(-50%) rotate(-90deg);
    -ms-transform: translateY(-50%) rotate(-90deg);
    transform: translateY(-50%) rotate(-90deg);
}

@media (min-width: 768px){
.info__button::before, .info__button::after {
    right: 32px;
}}

@media (min-width: 1344px){
.info__button::before, .info__button::after {
    right: 29px;
}}


.info__content.show {
    border-bottom: 1px solid #ebebeb;
}
.collapse.in {
    display: block;
}
.info__content p {
    margin-top: 14px;
    margin-bottom: 42px;
    line-height: 1.4;
}

.info__button[aria-expanded="true"]:after{
    content: none;
}

.info__button[aria-expanded="true"] {
    color: #252525;
}

.c-title{
    font-size: 22px;
    margin-bottom: 20px;
    font-weight: bold;
}
.c-text{
    color: #383838;
    font-family: Arial;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
}
p+p{
    margin-top: 1rem;
}
