.about-programs .descr{
width:150%;
}
.about-programs .col-xl-7 .image{
	width:100%!important;
	    height: 400px;
}
.about-programs .col-xl-7{
width: 40%!important;
    max-width: 40%!important;
}
.about-programs {
  background-color: #eaf3fa;
  color: #0e243a;
}
.about-programs .about-programs-inner .row{
    flex-direction: row;
    justify-content: space-between;
}

.about-programs .main-color-btn {
  margin: 0;
  margin-top: 20px;
}

.about-programs h1 {
  color: #0e243a;
  font-size: 40px;
}

.about-programs h2 {
  color: #0e243a;
  font-size: 20px;
  line-height: 27px;
  font-weight: 500;
  margin-top: 40px;
  margin-bottom: 10px;
}

.about-programs h3 {
  color: rgba(14, 36, 58, 0.7);
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  margin-top: 20px;
  margin-bottom: 30px;
}

.image-mobile {
  display: none;
}

.image img {
  width: 100%;
	height:400px;
}

.about-programs-inner {
  padding: 6%;
}

.items-details {
  background-color: #FFFFFF;
  color: #0E243A;
  padding-top: 60px;
  padding-bottom: 60px;
}

.items-details .program-item {
  background: #FFFFFF;
  box-sizing: border-box;
  box-shadow: 0px 13px 27px rgba(98, 105, 112, 0.08);
  margin-bottom: 30px;
}

.program-item .col-lg-4 {
  background: #FAFAFA;
  align-items: center;
  display: flex;
}

.program-item .col-lg-4 img {
  display: block;
  margin: 45px auto;
}

.program-item .col-lg-8 {
  background: #FFFFFF;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 50px;
  padding-bottom: 50px;
}

.program-item .col-lg-8 p {
  color: #0E243A99;
  margin-top: 30px;
  margin-bottom: 30px;
  padding-right: 80px;
}

.program-item .col-lg-8 a {
  display: block;
  text-align: right;
  margin-right: 80px;
  font-weight: 500;
  color: #00C9A7;
}

.help-programs {
  background-color: #eaf3fa;
  color: #0e243a;
}

.help-programs .text {
  display: block;
  margin: 0 auto;
  text-align: unset !important;
  padding-top: 50px;
  padding-bottom: 50px;
}

.help-programs h2 {
  color: #31456A;
  font-weight: bold;
  font-size: 40px;
  line-height: 63px;
  margin-top: 20px;
}

.help-programs h3 {
  color: rgba(14, 36, 58, 0.7);
  max-width: 450px;
  margin: 0 auto;
  margin-top: 20px;
  font-weight: normal;
  font-size: 16px;
  line-height: 21px;
}

.help-programs .consult-inner {
  padding-top: 50px;
  padding-bottom: 70px;
  margin-top: 40px;
  margin-bottom: 100px;
}

@media screen and (max-width: 1200px) {
  body .about-programs-inner .image {
    display: none;
  }

  body .image-mobile {
    display: block;
  }

  body .image-mobile img {
    width: 100%;
  }

  body .about-programs .main-color-btn {
    margin: auto;
    display: block;
  }
}
@media screen and (max-width: 1200px) {
.image-desc {
    display: none;
  }
}