.reasons{margin-top: 40px;display: flex;flex-flow: wrap;}
.reasons-header{margin-bottom: 30px;}
.reasons-items-area{display: flex; flex-flow: wrap; width: 65%;}
.reasons-item{width: 50%; display: flex; flex-flow: row; box-sizing: border-box;align-items: center;padding: 15px 0;}
.reasons-item img{margin-right: 15px;width: }
.reasons-item:nth-child(odd){width: calc(50% - 25px);margin-right: 25px;}
.reasons-header{width: 100%;}
.reasons-main-img-area{background-image: url(img/tan.400x535.png); width: 35%;background-position: right;background-repeat: no-repeat;background-size: contain;}

.reasons-text-header{
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  color: #17212A;
  padding-bottom: 10px;
  display: block;
}

.reasons-text{
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #5B6881;
  display: block;
}

@media (max-width: 1200px){
  .reasons-text{  font-size: 14px;}
  .reasons-text-header{font-size: 16px;}
  .reasons-items-area{width: 60%;}
  .reasons-main-img-area{margin-left: 15px; widht: calc(40% - 15px);}
}

@media (max-width: 980px){
  .reasons-items-area{width: 100%;}
  .reasons-main-img-area{display: none;}
}
@media (max-width: 760px){
  .reasons-item{display: flex; flex-flow: column;align-items: center;justify-content: center;}
}
@media (max-width: 500px){
  .reasons-item{width: 80% !important; margin: 10px auto !important;}
  .reasons-text-header, .reasons-text{text-align: center;}
}
