.office-cta {
  padding-top: 10px;
  padding-bottom: 100px;
}
.office-cta .office-cta__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media screen and (max-width: 1240px) {
  .office-cta .office-cta__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.office-cta .office-cta__left {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 488px;
          flex: 1 1 488px;
}
@media screen and (max-width: 1240px) {
  .office-cta .office-cta__left {
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
  }
}
.office-cta .office-cta__left img {
  width: 100%;
  height: 310px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
  border-radius: 4px;
}
@media screen and (max-width: 1240px) {
  .office-cta .office-cta__left img {
    height: 475px;
    -o-object-position: center;
       object-position: center;
  }
}
@media screen and (max-width: 768px) {
  .office-cta .office-cta__left img {
    height: 400px;
  }
}
@media screen and (max-width: 576px) {
  .office-cta .office-cta__left img {
    height: 300px;
  }
}
.office-cta .office-cta__right {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
  background-color: #FAE013;
  padding: 20px;
  border-radius: 10px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 55px;
}
@media screen and (max-width: 768px) {
  .office-cta .office-cta__right {
    gap: 10px;
  }
}
@media screen and (max-width: 576px) {
  .office-cta .office-cta__right {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.office-cta .office-cta__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1240px) {
  .office-cta .office-cta__content {
    gap: 20px;
  }
}
.office-cta .office-cta__title {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 32px;
  color: #000000;
}
@media screen and (max-width: 768px) {
  .office-cta .office-cta__title {
    font-size: 24px;
    line-height: 24px;
  }
}
.office-cta .office-cta__description {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #000000;
}
@media screen and (max-width: 768px) {
  .office-cta .office-cta__description {
    font-size: 14px;
    line-height: 14px;
  }
}
.office-cta .office-cta__image img {
  max-width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
}
@media screen and (max-width: 576px) {
  .office-cta .office-cta__image img {
    width: 100%;
    height: 300px;
  }
}
.office-cta .office-cta__button {
  width: 163px;
  height: 48px;
  border: 1px solid #052D1E;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 48px;
  text-align: center;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  color: #052D1E;
  border-radius: 4px;
}
.office-cta .office-cta__button span {
  position: relative;
  padding-right: 25px;
}
.office-cta .office-cta__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-cta .office-cta__button:hover {
  background-color: #052D1E;
  color: #ffffff;
}
.office-cta .office-cta__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");
}