about-geography.css 1.28 KB
.about-geography {
  padding-top: 191px;
}

.about-geography-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.about-geography-left {
  max-width: 447px;
  width: 100%;
  color: #333B49;
}
.about-geography-left__title {
  max-width: 420px;
  width: 100%;
  font-weight: 700;
  font-size: 48px;
  line-height: 100%;
  margin-bottom: 32px;
}
.about-geography-left__text {
  font-size: 16px;
  line-height: 22px;
  letter-spacing: -0.03em;
}
.about-geography-left__btn {
  border: 1px solid #F2994A;
  background-color: #FFFFFF;
  color: #F2994A;
  border-radius: 9.375px;
  font-weight: 600;
  font-style: normal;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: -0.01em;
  padding: 16px 40px;
  margin-top: 48px;
  font-size: 16px;
}
.about-geography-left__btn:hover {
  background: #F5851A;
  border-radius: 9.375px;
  font-weight: 600;
  font-style: normal;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: -0.01em;
  color: #FFFFFF;
  border: 1px solid #F5851A;
  cursor: pointer;
}

.about-geography-text-2 {
  margin-top: 12px;
}

.about-geography-img {
  position: absolute;
  top: 13%;
  right: -5%;
  z-index: 0;
  width: 961px;
  height: 367px;
}