.outer-result-section {
    padding: 70px 0;
}
.result-content-section {
    text-align: center;
    color: #003560;
    max-width: 1000px;
    margin: 0 auto;
   font-family: 'Arimo', sans-serif!important;
}
.result-content-section h3 {
    font-size: 40px;
    padding-bottom: 30px;
    margin-top: 0;
    line-height: 55px;
    font-weight: 400;
    letter-spacing: -0.4px;
   font-family: 'Arimo', sans-serif!important;
}
.result-content-section .result-group {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-bottom: 20px;
}
.result-content-section .single-result {
    flex: 0 33%;
    margin-bottom: 30px;
}
.result-content-section .single-result h5{
    color: #59E6C6;
    font-size: 30px;
    margin: 0;
    font-weight: 600;
    letter-spacing: -0.4px;
    padding-bottom: 10px;
   font-family: 'Arimo', sans-serif!important;
}
.result-content-section .single-result .result-content {
    font-size: 19px;
    line-height: 22px;
    font-weight: 400;
    letter-spacing: .38px;
    padding: 0px 30px;
    margin-top: 0;
   font-family: 'Arimo', sans-serif!important;
}
.result-content-section .result-group .single-result:nth-child(3n-1) {
    border-right: 1px solid #dcdcdc;
    border-left: 1px solid #dcdcdc;
}
.result-content-note {
    font-size: 19px;
    padding-top: 0px;
    line-height: 28px;
    font-weight: 400;
    letter-spacing: .38px;
}
@media (max-width: 1080px) {}

/************** ipad nd tab ***************/
@media only screen and (min-width:768px) and (max-width: 1024px) and (orientation : portrait){}

/************** iphone roatate***************/
@media (max-width: 767px) {
    .result-content-section .result-group .single-result {
        flex: 0 100%;
  }
.result-content-section .result-group .single-result {
    flex: 0 100%;
    margin-bottom: 15px;
    border-bottom: 1px solid #DCDCDC !important;
  }
  .result-content-section .result-group .single-result:nth-child(3n-1) {
    border-right: 0;
    border-left: 0;
  }
  .result-content-section .single-result:last-child {
    border: 0 !important;
  }

/************** iphone ***************/
@media (max-width: 479px) {
  .result-content-section .result-group {
    padding: 0;
  }
  .result-content-section .result-group .single-result {
    flex: 0 100%;
    margin-bottom: 15px;
    border-bottom: 1px solid #DCDCDC !important;
  }
  .result-content-section .result-group .single-result:nth-child(3n-1) {
    border-right: 0;
    border-left: 0;
  }
  .result-content-section .single-result:last-child {
    border: 0 !important;
  }
    
}
