.banner-section img{
    width: 100%;
}
.section-1 {
	padding: 70px 7%;
	display: flex;
}
.section-1-left{
    width: 60%;
    padding-right: 14%;
}
.section-1-right{
    width: 40%;
}
.section-1 h2 {
  font-family: "GothamBold";
  font-size: 32px;
  margin: 0 0 20px 0;
}
.section-1 p {
  font-family: "GothamLight";
  color: #000;
  font-size: 16px;
  line-height: 1.6;
}
@media only screen and (max-width: 992px) {
    .section-1 h2 {
        font-size: 24px;
    }
    .section-1 p {
        font-size: 14px;
    }
}
@media only screen and (max-width: 768px) {
    .section-1 {
        flex-wrap: wrap;   
        padding: 50px 7%;
    }
    .section-1-left, .section-1-right{
        width: 100%;
    }
    .section-1 h2 {
        font-size: 24px;
    }
    .section-1 p{
        font-size: 14px;
    }
}
@media only screen and (max-width: 575px) {
    .section-1 {
        flex-wrap: wrap;   
        padding: 50px 7%;
    }
    .section-1-left, .section-1-right{
        width: 100%;
    }
    .section-1 h2 {
        font-size: 24px;
    }
    .section-1 p{
        font-size: 14px;
    }
}


.section-2 {
	padding: 70px 7%;
	background: #e6f5fb;
}
.section-2-title {
  width: 100%;
}
.section-2-title h2{
    font-family: "GothamBold";
  font-size: 32px;
  margin: 0 0 30px 0;
    text-align: center;
    color: #e71e24;
}
.section-2-row{
    display: flex;
}
.section-2-left, .section-2-right{
    width: 50%;
}
.section-2-right{
    padding-left: 5%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section-2-left img{
    width: 100%;
}
.section-2-right p {
  font-family: "GothamLight";
  color: #000;
  font-size: 16px;
  line-height: 1.6;
  margin: 0;
}
@media only screen and (max-width: 992px) {
    .section-2-title h2 {
        font-size: 24px;
    }
    .section-2-right p {
        font-size: 14px;
    }
}
@media only screen and (max-width: 768px) {
    .section-2 {
        padding: 50px 7%;
    }
    .section-2-title h2 {
        font-size: 28px;
    }
    .section-2-row {
        flex-wrap: wrap;
    }
    .section-2-left, .section-2-right {
        width: 100%;
    }
    .section-2-right p {
        font-size: 14px;
    }
    .section-2-right {
        padding-left: 0;
    }
    .section-2-left img {
        margin: 0 0 30px 0;
    }
}
@media only screen and (max-width: 575px) {
    .section-2 {
        padding: 50px 7%;
    }
    .section-2-title h2 {
        font-size: 28px;
    }
    .section-2-row {
        flex-wrap: wrap;
    }
    .section-2-left, .section-2-right {
        width: 100%;
    }
    .section-2-right p {
        font-size: 14px;
    }
}

.section-3{
    padding: 70px 7%;
}
.section-3-header h2{
    font-family: "GothamBold";
  font-size: 32px;
  margin: 0 0 20px 0;
    text-align: center;
}
.section-3-header p {
  font-family: "GothamLight";
  color: #000;
  font-size: 16px;
  line-height: 1.6;
  text-align: center;
  width: 70%;
  margin: auto;
}
.section-3-blocks{
    display: flex;
    margin-top: 30px;
}
.section-3-block{
    width: 33.33%;
  padding: 5%;
}
.section-3-block.bg-gray{
  background: whitesmoke;
}
.section-3-block h2{
    font-family: "GothamMedium";
  font-size: 22px;
  color: rgba(0, 0, 0, 0.75);
  margin: 0 0 15px 0;
}
.section-3-block p {
  font-family: "GothamLight";
  color: #000;
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
}
@media only screen and (max-width: 992px) {
    .section-3-header h2 {
        font-size: 24px;
    }
    .section-3-header p {
        font-size: 14px;
        width: 90%;
    }
    .section-3-block h2 {
        font-size: 18px;
    }
}
@media only screen and (max-width: 768px) {
    .section-3 {
        padding: 50px 7%;
    }
    .section-3-header h2 {
        font-size: 24px;
    }
    .section-3-header p {
        font-size: 14px;
        width: 100%;
    }
    .section-3-blocks {
        flex-wrap: wrap;
    }
    .section-3-block {
        width: 100%;
    }
    .section-3-block h2 {
        font-size: 18px;
    }
}
@media only screen and (max-width: 575px) {
    .section-3 {
        padding: 50px 7%;
    }
    .section-3-header h2 {
        font-size: 24px;
    }
    .section-3-header p {
        font-size: 14px;
        width: 100%;
    }
    .section-3-blocks {
        flex-wrap: wrap;
    }
    .section-3-block {
        width: 100%;
    }
    .section-3-block h2 {
        font-size: 18px;
    }
}


.section-4{
    padding: 70px 7%;
    background: #e6f5fb;
}
.section-4-title {
  width: 100%;
}
.section-4-title h2{
    font-family: "GothamBold";
  font-size: 32px;
  margin: 0 0 20px 0;
    text-align: center;
    color: #e71e24;
}
.section-4-blocks{
    display: flex;
    margin: 0 -1%;
}
.section-4-block{
    width: 23%;
    margin: 0 1%;
    padding: 25px;
    background: rgba(255, 255, 255, 0.5);
}
.section-4-block h2{
    font-family: "GothamMedium";
  font-size: 22px;
  color: rgba(0, 0, 0, 0.75);
  margin: 0 0 15px 0;
}
.section-4-block p {
  font-family: "GothamLight";
  color: #000;
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
}
@media only screen and (max-width: 992px) {
    .section-4-title h2 {
        font-size: 24px;
    }
    .section-4-blocks {
        flex-wrap: wrap;
    }
    .section-4-block {
        width: 48%;
        margin: 0 1% 15px 1%;
    }
    .section-4-block h2 {
        font-size: 18px;
    }
}
@media only screen and (max-width: 768px) {
    .section-4 {
        padding: 50px 7%;
    }
    .section-4-title h2 {
        font-size: 24px;
    }
    .section-4-blocks {
        flex-wrap: wrap;
    }
    .section-4-block {
        width: 100%;
    }
    .section-4-block h2 {
        font-size: 18px;
    }
    .section-4-block {
        margin: 0 1% 15px 1%;
    }
}
@media only screen and (max-width: 575px) {
    .section-4 {
        padding: 50px 7%;
    }
    .section-4-title h2 {
        font-size: 24px;
    }
    .section-4-blocks {
        flex-wrap: wrap;
    }
    .section-4-block {
        width: 100%;
    }
    .section-4-block h2 {
        font-size: 18px;
    }
    .section-4-block {
        margin: 0 1% 15px 1%;
    }
}


.section-5{
    padding: 70px 7%;
    display: flex;
}
.section-5-left{
    width: 50%;
}
.section-5-right{
    width: 50%;
}
.section-5-left h2{
    font-family: "GothamBold";
  font-size: 32px;
  margin: 0 0 20px 0;
}
.section-5-left p {
    font-family: "GothamLight";
  color: #000;
  font-size: 16px;
  line-height: 1.6;
  margin: 0;
  width: 80%;
}
@media only screen and (max-width: 992px) {
    .section-5-left h2 {
        font-size: 24px;
    }
    .section-5-left p {
        font-size: 14px;
    }
}
@media only screen and (max-width: 768px) {
    .section-5 {
        padding: 50px 7%;
    }
    .section-5 {
        flex-wrap: wrap;
    }
    .section-5-left, .section-5-right {
        width: 100%;
    }
    .section-5-left {
        margin: 0 0 15px 0;
    }
    .section-5-left h2 {
        font-size: 24px;
    }
    .section-5-left p {
        font-size: 14px;
        width: 100%;
    }
}
@media only screen and (max-width: 575px) {
    .section-5 {
        padding: 50px 7%;
    }
    .section-5 {
        flex-wrap: wrap;
    }
    .section-5-left, .section-5-right {
        width: 100%;
    }
    .section-5-left {
        margin: 0 0 15px 0;
    }
    .section-5-left h2 {
        font-size: 24px;
    }
    .section-5-left p {
        font-size: 14px;
        width: 100%;
    }
}