/****************************************************************************
*****************************************************************************
👉 TESTIMONIAL - Style 1
****************************************************************************
****************************************************************************/

.testimonial.style-1 {
background: var(--greyBg);
padding: 48px 32px;
border-radius: 3px;
}

.testimonial.style-1 .wrapper {
display: flex;
}

.testimonial.style-1 .wrapper .col-1 {
width: 120px;
min-width: 120px;
margin-right: 24px;
}

.testimonial.style-1 .wrapper .col-2 {
width: max-content;
}

.testimonial.style-1 .wrapper .col-2  {
display: flex;
justify-content: space-between;
flex-direction: column;
}
.testimonial.style-1 .wrapper .col-2 .author p {
font-size: 14px;
}
.testimonial.style-1 .wrapper .col-2 .author p.name {
font-weight: bold;
margin-top: 24px;
}

@media (max-width: 1080px) {
.testimonial.style-1 .wrapper {
display: block;
}
.testimonial.style-1 .wrapper .col-1,
.testimonial.style-1 .wrapper .col-2 {
width: auto;
}
.testimonial.style-1 .wrapper .col-1 img {
width: 80px;
height: 80px;
margin-bottom: 24px;
}
.testimonial.style-1 .wrapper * {
text-align: center;
}
.testimonial.style-1 {
background: var(--greyBg);
padding: 24px 16px;
border-radius: 3px;
}
.testimonial.style-1 .wrapper .col-1 {
margin-right: 0px;
}
}

/****************************************************************************
*****************************************************************************
👉 TESTIMONIAL - Style 2
****************************************************************************
****************************************************************************/


.testimonial.style-2 .wrapper {
display: flex;
}

.testimonial.style-2 .wrapper .column:not(:last-child) {
margin-right: 24px;
}

.testimonial.style-2 .wrapper .column {
background: var(--white);
border-radius: 4px;
box-shadow: 6px 10px 34px rgba(0, 0, 0, 0.04);
border-radius: 3px;
padding: 24px;
}

.testimonial.style-2 .wrapper .column .top {
display: flex;
justify-content: space-between;
border-bottom: 1px solid #ECECEC;
padding-bottom: 16px;
}

.testimonial.style-2 .wrapper .column .top .badge span {
border: 1px solid var(--red);
border-radius: 4px;
color: var(--red);
font-size: 14px;
padding: 4px 16px;
}

.testimonial.style-2 .wrapper .column .middle {
text-align: center;
padding-top: 24px;
padding-bottom: 24px;
font-size: 15px;
border-bottom: 1px solid #ECECEC;
}

.testimonial.style-2 .wrapper .column .bottom {
padding-top: 24px;
display: flex;
justify-content: space-between;
}

.testimonial.style-2 .wrapper .column .bottom .author p.name {
font-size: 14px;
font-weight: bold;
line-height: 16px;
}
.testimonial.style-2 .wrapper .column .bottom .author p.position {
font-size: 12px;
}
.testimonial.style-2 .wrapper .column .bottom img {
max-height: 24px;
}
.testimonial.style-2 .wrapper .column .bottom img .estate {
min-height: 30px !important;
background: #000;
}
.testimonial.style-2 .wrapper .column .bottom {
align-items: center;
}



.testimonial.style-2.threeCol .wrapper .column .middle {
min-height: 206px;
}

.testimonial.style-2.twoCol .wrapper .column .middle {
min-height: 160px;
}

@media (max-width: 1079px) {
.testimonial.style-2 .wrapper {
display: block;
}
.testimonial.style-2 .wrapper .column {
margin-right: auto !important;
max-width: 640px;
margin-left: auto;
}
.testimonial.style-2 .wrapper .column:not(:last-child) {
margin-bottom: 24px;
}
}










/**/
