.real-results-from-teams-section{
    padding:30px 0px 170px 0px;
}
.real-results-from-teams-section .sub-review-content{
    text-align:center;
    margin-bottom: 50px;
}
.real-results-from-teams-section .head-title{
    font-family: Biotif;
    font-weight: 600;
    font-size: 50px;
    line-height: 63px;
    letter-spacing:-0.32px;
    text-align: center;
    margin:0 0 20px 0px;;
    padding:0;
}
.real-results-from-teams-section .sub-des-box{
    max-width:576px;
    margin:0 auto;
}
.real-results-from-teams-section .sub-review-content p{
   font-family: Biotif;
   font-weight: 400;
  font-size: 17px;
  line-height: 31px;
  letter-spacing: 0%;
  text-align: center;
  margin:0;
  padding:0;
}
.real-results-from-teams-section .review-result-container{
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-gap:53px;
    max-width: 1280px;
    padding: 0 30px;
    margin: 0 auto;
}
.real-results-from-teams-section .single-title{
    font-family: Biotif;
    font-weight: 600;
    font-size: 24px;
    line-height: 33px;
    letter-spacing: -0.16px;
    text-align: center;
    margin: 40px 0 36px 0;

}
.real-results-from-teams-section .review-result-container .content-box-des .star-review {
    margin-bottom: 12px;
}
.real-results-from-teams-section .review-result-container .content-box-des{
   padding:32px 50px 40px 50px;
   border: 1px solid rgba(0, 0, 0, 0.02);
   border-radius:20px;
   background: rgba(251, 247, 243, 1);
   min-height: 222px;
}
.real-results-from-teams-section .review-result-container .content-box-des .designation-text {
  font-family: Biotif;
  font-weight: 400;
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 0;
  opacity:0.6;

}

.real-results-from-teams-section .review-result-container .image-icon-box {
    text-align: center;
    width: 110px;
    margin: 0 auto;
   background-color: #ffffff;
    position: relative;
    z-index: 1;
}

.real-results-from-teams-section .review-result-container .single-item {
    position: relative;
}
.real-results-from-teams-section .review-result-container .single-item:after {
    content: '';
    width:50%;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.1);
    position: absolute;
    right: 0;
    top: 15px;
}
.real-results-from-teams-section .review-result-container .single-item:before {
    content: '';
    width: 50%;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.1);
    position: absolute;
    left: -58px;
    top: 15px;
}
.real-results-from-teams-section .review-result-container .single-item:first-child:before {
    display:none;
}
.real-results-from-teams-section .review-result-container .single-item:last-child:after {
    display:none;
}
.real-results-from-teams-section .see-why-it-works-btn{
   text-align:center;
   margin-top: 72px;
}
.real-results-from-teams-section .see-why-it-works-btn a {
    background: #FFBE63;
    font-family: Biotif;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0;
    text-align: center;
    padding: 14px 20px;
    text-decoration: none;
    color: #000000;
    border-radius: 10px;
    max-width: 205px;
    display: inline-block;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    width: 100%;
}

.real-results-from-teams-section .see-why-it-works-btn a:hover {
    background: #F87252;
    color: #ffffff;
}
.real-results-from-teams-section .content-box-des p{
    font-family: Biotif;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0%;
    margin:0 0 12px 0;
    padding:0;
}
.real-results-from-teams-section .content-des {
    min-height: 90px;
}
