.report-rep-outer{
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
}
.report-rep-outer.color {
    background-image: none !important;
}

.section-title {
    padding-bottom: 70px;
}

.section-title h2 {
  text-align: center;
    font-size: 40px;
    line-height: 54px;
    font-family: 'gordita-regular';
    margin: 0px;
    font-style: normal;
    font-weight: 400;
}

.report .report-list p a:hover {
    text-decoration: underline;
}
.report-rep-wrap {
    display: flex;
    justify-content: start;
    align-items: flex-start;
    flex-wrap: wrap;
}

.report-block {
    flex: 0 27.5%;
    text-align: center;
    background: transparent;
    border: 0px solid #cecece;
    /*box-sizing: border-box;
    box-shadow: 0px 4px 6px rgb(0 0 0 / 15%);*/
    border-radius: 4px;
    margin-bottom: 100px;
    transition: .5s all;
}

.report-block li {
    margin: 0;
    padding: 5px 20px 14px 0px;
    line-height: 23.96px;
    font-family: 'gordita-regular';
    text-align: left;
    text-decoration: none;
}

.report-block a{
    text-decoration: none;
  display: inline-block;
}
{#.report-block:hover {
    transform: scale(1.1);
    transition: .5s all;
}#}
.report {
    padding: 20px 0 40px;
    box-sizing: border-box;
}
.report-icon {
    min-height: 70px;
    display: flex;
    justify-content: start;
    align-items: center;
    padding: 0px 20px 5px;
}
.report p {
    margin: 0;
    padding: 5px 20px 0;
    line-height: 23.96px;
    font-family: 'gordita-regular';
    text-align: left;
    text-decoration: none;
}
.report-icon img {
    max-height: 70px;
}
.report-block:last-child {
    margin-bottom: 0 !important;
}

 .report-block {
    flex: 0 30%;
    margin: 0px 15px 30px;
  }

@media screen and (max-width: 1180px) {
  
  .report-block {
    flex: 0 28.5%;
  }
}
@media screen and (min-width: 1025px) {
  .report-block:nth-last-child(-n + 3):nth-child(3n + 1),
  .report-block:nth-last-child(-n + 3):nth-child(3n + 1) ~ .report-block{
      margin-bottom: 0px;
  }
}
@media screen and (max-width: 1024px) {
 

}
@media screen and (min-width: 768px) {
  .report-block:nth-last-child(-n + 2):nth-child(2n + 1),
  .report-block:nth-last-child(-n + 2):nth-child(2n + 1) ~ .report-block{
      margin-bottom: 0px;
  }
}
@media screen and (max-width: 767px) {
  .report-block:last-child {
    margin-bottom: 0px;
  }
  .report p {
    font-size: 16px !important;
    line-height: 1.4;
  }
  .report-rep-inner {
    padding: 30px 0px !important;
  }
  
  .section-title h2 {
  font-size: 35px;
    line-height: 48px;
}
  .report-block {
    width: 100%;
    margin:0 0 20px !important;
  }
  
  .report {
    padding: 20px 0 0px;
    box-sizing: border-box;
}
  
}
@media screen and (max-width: 480px) {
  .report-rep-wrap {
    display: block;
  }
  .report-block {
    width: 100%;
    margin:0 0 20px !important;
  }
  .report-icon {
    min-height: auto;
  }
}