.feature-the-benefits-section{
  padding:100px 0px 50px;
}

.feature-the-benefits-section .feature-the-benefits-content-right {
    padding:0px 40px 0 0px;
}
.feature-the-benefits-section .pro-sub-text{
    margin:18px 0px;
}
.feature-the-benefits-section ul li{
    position: relative;
    margin: 0;
    padding: 0 0 8px 35px;
    list-style-type: none;
    color: #000;
    line-height: 30px;
    font-size: 16px;
    font-weight: 400;
    font-family: 'ITC Avant Garde Gothic Std';
}
.feature-the-benefits-section ul li::before {
    content: '';
    background: url(/template/320adc19/images/feature-arrow.svg) no-repeat !important;
    width: 17px;
    height: 13px;
    background: #000;
    position: absolute;
    border-radius: 50px;
    top:9px;
    left: 0;
    display: inline-block;
}
.feature-the-benefits-section .pro-company-title {
    font-family: ITC Avant Garde Gothic Std;
    font-size: 30px;
    line-height: 40px;
    margin: 0;
    padding: 0 0 20px 0px;
    font-weight: 600;
}
.feature-benefits-title{
  font-size:47px;
  font-weight:500;
  line-height:58px;
  font-family: ITC Avant Garde Gothic Std;
  padding:0 0 72px 0;
  max-width:800px;
  margin:0 auto;
  text-align:center;
  color:#000;
}
.feature-the-benefits-section .benefits-title{
  font-size: 47px;
  font-weight: 500;
  line-height: 62px;
  font-family: ITC Avant Garde Gothic Std;
  margin:0 0 53px 0;
  padding:0;
  color:#000;
}
.feature-the-benefits-section .content-sub-text{
  font-size: 17px !important;
  font-style: normal;
  font-weight: 300;
  color: #000;
  font-family: ITC Avant Garde Gothic Std;
  padding: 0;
  line-height:28px !important;
}
.feature-the-benefits-section .content-box p{
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  color: #000;
  font-family: ITC Avant Garde Gothic Std;
  padding: 0;
  line-height:26px;
}
.graduation-service-image-box {
    max-width: 550px;
    width: 100%;
}
.feature-the-benefits-section .main-container{
    max-width: 1460px;
    margin: 0 auto;
    padding: 0 30px;
}
.feature-the-benefits-container-box{
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-gap: 0 0px;
    margin-bottom: 80px;
}
.graduation-service-image-box .image-box {
	max-width: 558px;
}
.feature-the-benefits-container-box .read-more-btn{
    margin-top:25px;
}
.feature-the-benefits-container-box .read-more-btn a{
    font-family: 'ITC Avant Garde Gothic Std';
    font-size: 17px;
    font-weight: 600;
    line-height: 21px;
    letter-spacing: 0.01em;
    text-align: center;
    padding: 0 30px 0 0;
    margin: 0;
    text-decoration: none;
    color: #FE5C36;
    position: relative;
}
.feature-the-benefits-container-box .read-more-btn a:hover{
  color: #f72f00;
}
.feature-the-benefits-container-box .read-more-btn a:after{
    position: absolute;
    content: '';
    background: url(/template/320adc19/images/about-right-arrow.svg) no-repeat;
    width: 18px;
    height: 17px;
    top: 3px;
    right: 0;
    background-position: 0 0;
}

.feature-the-benefits-container-box .read-more-btn a:hover:after {
    background-position: 0px -67px;
}

body.widget-snippet .feature-the-benefits-section .content-box p{
  opacity:100;
}

/*responsive start*/
@media screen and (max-width:1200px){
.responsive .feature-the-benefits-container-box{
    grid-gap: 0 50px;
}
.responsive .feature-the-benefits-section .main-container {
    padding: 0 20px;
}
.responsive .feature-benefits-title {
    font-size:40px;
    line-height: 48px;
    padding: 0 0 50px 0;
}
.responsive .feature-the-benefits-section {
    padding:80px 0px 20px 0px;
}
.responsive .feature-the-benefits-section .benefits-title {
    margin: 0 0 15px 0;
}
}

@media screen and (max-width: 991px){
.responsive .feature-the-benefits-section .feature-the-benefits-content-right {
    padding: 0;
}
.responsive .feature-the-benefits-container-box {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-gap: 49px;
    margin-bottom:75px;
}
.responsive .feature-benefits-title {
    font-size: 38px;
    line-height: 47px;
    padding: 0 0 60px 0;
}

.responsive .feature-the-benefits-section {
    padding: 80px 0px 15px;
}
}

@media screen and (max-width:767px){
.responsive .feature-benefits-title {
    font-size: 36px;
    line-height: 50px;
    padding: 0 0 35px 0;
    text-align: left;
}
.graduation-service-image-box {
    max-width:100%;
    width: 100%;
}
.responsive .feature-the-benefits-container-box {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    grid-gap:16px;
    margin-bottom:50px;
}
.responsive .feature-the-benefits-section {
    padding:45px 0px 10px 0px;
}

  
.responsive .feature-the-benefits-section .main-container {
    padding: 0 15px;
} 
.responsive .feature-the-benefits-container-box .read-more-btn {
    margin-top: 21px;
}
.responsive .feature-the-benefits-section .content-box p{
        line-height: 27px;
  }
}
