.office-benefits {
  padding-top: 10px;
  padding-bottom: 10px;
}
.office-benefits .office-benefits__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
.office-benefits .office-benefits__content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 490px;
          flex: 1 1 490px;
  background-color: #F7E5C2;
  padding: 20px;
  border-radius: 4px;
}
.office-benefits .office-benefits__title {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 28px;
  color: #052D1E;
}
.office-benefits .office-benefits__list {
  list-style-type: disc;
  padding-left: 1.5rem;
  font-size: 1rem;
  line-height: 1.6;
}
.office-benefits .office-benefits__list li {
  margin-bottom: 4px;
}
.office-benefits .office-benefits__list li:last-child {
  margin-bottom: 0;
}
.office-benefits .office-benefits__image-wrapper {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 55%;
          flex: 1 1 55%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.office-benefits .office-benefits__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
}
@media screen and (max-width: 768px) {
  .office-benefits .office-benefits__image {
    height: 400px;
  }
}
.office-benefits .office-benefits__price-box {
  position: absolute;
  bottom: 20px;
  right: 20px;
  background-color: #115442;
  padding: 20px;
  border-radius: 4px;
  width: 265px;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 576px) {
  .office-benefits .office-benefits__price-box {
    left: 50%;
    -webkit-transform: translate(-50%, 10px);
        -ms-transform: translate(-50%, 10px);
            transform: translate(-50%, 10px);
    width: 95%;
  }
}
.office-benefits .office-benefits__price-list {
  list-style: none;
  padding: 0;
  margin: 0 0 1rem 0;
}
.office-benefits .office-benefits__price-list li {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #FDF8F0;
  margin-bottom: 14px;
}
.office-benefits .office-benefits__price-list li:last-child {
  margin-bottom: 0;
}
.office-benefits .office-benefits__button {
  display: inline-block;
  background: #FAE013;
  border: 1px solid transparent;
  width: 200px;
  color: #052D1E;
  padding: 18px 20px;
  text-decoration: none;
  border-radius: 4px;
  font-weight: bold;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.office-benefits .office-benefits__button span {
  position: relative;
  padding-right: 25px;
}
.office-benefits .office-benefits__button span::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: -1px;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 6L12 10L8 14' stroke='%23052D1E' stroke-width='1.5'/%3E%3C/svg%3E");
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: contain;
}
.office-benefits .office-benefits__button:hover {
  border: 1px solid #052D1E;
  background: #052D1E;
  color: #ffffff;
}
.office-benefits .office-benefits__button:hover span::before {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='21' viewBox='0 0 20 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 6.2124L12 10.2124L8 14.2124' stroke='%23FEFEFE' stroke-width='1.5'/%3E%3C/svg%3E");
}