about-geography.scss 869 Bytes
@import "../../vars";
@import "../../mixins";

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

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

.about-geography-left {
   max-width: 447px;
   width: 100%;
   color: $vmainGrey;

   &__title {
    max-width: 420px;
    width: 100%;
    font-weight: 700;
    font-size: 48px;
    line-height: 100%;
    margin-bottom: 32px;
   }

   &__text {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: -0.03em;
   }

   &__btn {
    @include btn-orange-hover;
    padding: 16px 40px;
    margin-top: 48px;
    font-size: 16px;

    &:hover {
        @include btn-orange;
    }
   }
}

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

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