#razom {
  margin: 50px 0;
  background-color: #fff;
}
#razom .block-wrap {
  display: flex;
  gap: 14px;
}
#razom .block-wrap .col {
  width: 50%;
  padding: 0;
  background: rgba(217, 217, 217, 0.3);
}

#razom .padding-wrap {
  padding: 70px 70px 58px 58px;
}
#razom .text-wrap {
  display: flex;
}
#razom .title {
  font-size: 60px;
  font-style: normal;
  font-weight: 600;
  line-height: 65px; /* 108.333% */
  text-transform: uppercase;
  color: #4c519e;
}
#razom .text p {
  color: #242424;
  font-size: 21px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px; /* 88.889% */
  text-transform: uppercase;
  margin-top: 30px;
  padding-right: 50px;
}
#razom .text p span {
  font-size: 36px;
}
#razom .button-wrap {
  margin-top: 40px;
}
#razom .button-wrap a {
  display: inline-flex;
  padding: 17px 26px;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  background: #69cccb;

  color: #13153c;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;

  transition: 0.2s ease-out;
}
#razom .button-wrap a:hover {
  background-color: #35cccb;
}

#razom .image img {
  width: 100%;
  display: none;
}
#razom .image {
  width: 100%;
  height: 100%;
  background: url(/assets/img/military/razom/image.jpg);
  background-size: cover;
}
#razom .logo .mobile {
  display: none;
}

@media (max-width: 1439px) {
  #razom {
    margin: 30px 0;
  }
  #razom .title {
    font-size: 55px;
    line-height: 50px;
  }
  #razom .logo img {
    width: 110px;
  }
  #razom .text p {
    font-size: 18px;
    line-height: 28px;
    padding-right: 40px;
  }
  #razom .text p span {
    font-size: 30px;
  }
  #razom .padding-wrap {
    padding: 50px 50px 50px 50px;
  }
  #razom .button-wrap a {
    padding: 16px 26px;
  }
  #razom .button-wrap {
    margin-top: 33px;
  }
}

@media (max-width: 992px) {
  #razom .block-wrap {
    flex-wrap: wrap;
  }
  #razom .block-wrap .col {
    flex-basis: unset;
    width: 100%;
  }
  #razom .image {
    height: 250px;
  }
}
@media (max-width: 575px) {
  #razom .logo .desktop {
    display: none;
  }
  #razom .logo .mobile {
    display: block;
  }
  #razom .logo img {
    width: auto;
  }

  #razom .text-wrap {
    flex-wrap: wrap;
  }
  #razom .padding-wrap {
    padding: 40px 20px;
  }

  #razom .title {
    font-size: 40px;
    line-height: 1em;
  }
  #razom .text p {
    margin-top: 20px;
  }

  #razom .text p,
  #razom .text p span {
    font-size: 18px;
    line-height: 140%;
  }

  #razom .logo {
    margin-top: 30px;
    width: 100%;
  }
  #razom .logo .mobile {
    margin: auto;
  }
  #razom .button-wrap a {
    width: 100%;
  }
  #razom .image {
    height: 172px;
  }
}
