.get-in-touch-container {
    height: fit-content;
    min-height: -webkit-fill-available;
    padding-top: 138px;
    padding-inline: 20px;
}

.title {
    font-weight: 550;
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 13px;
    font-family: Obviously Medium;
    text-transform: none;
}

.get-in-touch-container .header-mail {
    margin-bottom: 33px;
    font-weight: var(--weight-wide);
    font-size: 24px;
    line-height: 29px;
    font-family: Obviously Wide Medium;
    cursor: pointer;
}

.social-icons {
    margin-bottom: 111px;
    display: flex;
    gap: 4px;
}

.get-in-touch-container .content {
    display: flex;
    flex-direction: column;
    gap: 36px;
    font-family: Obviously Light;
}

.desktop-content {
    padding-bottom: 16px;
}

.office-header {
    font-weight: 650;
    font-size: 12px;
    line-height: 13px;
    margin-bottom: 9.55px;
    font-family: Obviously Wide Medium;
    text-transform: capitalize;
}

.content p,
span {
    font-weight: 530;
    font-size: 12px;
    line-height: 26px;
}

.get-in-touch-container .office-content{
    max-width: 194px;
}

.social-circle-icon {
    width: 24.22px;
    height: 24.22px;
    cursor: pointer;
}

.phone-number {
    cursor: pointer;
}

.footer-bottom {
    background-color: var(--color-black);
    color: var(--color-white);
    padding: 27px 24px 21px 24px;
    margin-top: unset;
}

@media (max-height: 700px) {
    .get-in-touch-container {
        padding-top: 100px;
    }

    .social-icons {
        margin-bottom: 80px;
    }
}

@media (min-width: 500px) {
    .get-in-touch-container {
        padding-top: 137px;
        padding-inline: 24px;
    }

    .title {
        font-weight: 550;
        font-size: 20px;
        line-height: 24px;
    }

    .get-in-touch-container .header-mail {
        font-weight: 650;
        font-size: 34px;
        line-height: 41px;
        margin-bottom: 30px;
    }

    .get-in-touch-container .content {
        display: flex;
        flex-direction: row;
        gap: 64px;
    }

    .social-icons {
        margin-bottom: 135px;
    }

    .office-header {
        margin-bottom: 9px;
    }
}

@media (min-width: 768px) {
    .get-in-touch-container {
        padding-top: 165px;
        padding-inline: 25px;
    }

    .get-in-touch-container .header-mail:hover {
        color: var(--color-red);
    }

    .get-in-touch-container .office-content{
        max-width: unset;
    }

    .title {
        font-family: Obviously Wide Medium;
        font-size: 28px;
        margin-bottom: 99px;
        line-height: 34px;
    }

    .get-in-touch-container .header-mail {
        font-size: 60px;
        margin-bottom: 28px;
        line-height: 73px;
    }

    .social-circle-icon {
        width: 37.19px;
        height: 37.19px;
    }

    .social-icons {
        gap: 6.75px;
        margin-bottom: 99px;
    }

    .get-in-touch-container .content {
        gap: 55px;
    }

    .office-header {
        font-size: 16px;
        line-height: 17px;
    }

    .content p,
    span {
        font-size: 16px;
        line-height: 28px;
    }

    .address-break {
        display: none;
    }

    .footer-bottom {
        height: 165px;
        padding-top: 37px;
    }
    .desktop-content {
        padding-bottom: 48px;
    }
}

@media (min-width: 1194px) {
    .get-in-touch-container {
        padding-top: 160px;
        padding-inline: 60px;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        height: 100vh;
        min-height: 650px;
    }

    .title {
        margin-bottom: 29px;
        font-size: 28px;
        line-height: 34px;
    }

    .get-in-touch-container .header-mail {
        margin-bottom: 32px;
        font-size: 54px;
        line-height: 65px;
    }

    .social-circle-icon {
        width: 48px;
        height: 48px;
    }

    .social-icons {
        margin-bottom: 93px;
        gap: 9px;
    }

    .office-header {
        font-size: 20px;
        margin-bottom: 26px;
        line-height: 21px;
    }

    .content p,
    span {
        font-size: 20px;
        line-height: 35px;
    }
    .get-in-touch-container .content {
        gap: 81px;
    }

    .footer-bottom {
        height: 260px;
        padding: 44px 60px 0;
    }
    .desktop-content {
        padding-bottom: 39px;
    }
}

@media (min-width: 1500px) {
    .get-in-touch-container {
        padding-top: 179px;
        height: calc(100vh -179);
        padding-inline-start: 121px;
        padding-inline-end: 148px;
    }

    .title {
        font-size: 38px;
        margin-bottom: 17px;
        line-height: 46px;
    }

    .get-in-touch-container .header-mail {
        font-size: 100px;
        margin-bottom: 100px;
        line-height: 121px;
    }

    .get-in-touch-container .content {
        flex-direction: row;
        align-items: flex-end;
        gap: 134px;
    }

    .desktop-content {
        display: flex;
        flex-direction: row-reverse;
        justify-content: space-between;
        align-items: flex-end;
    }

    .social-icons {
        margin-bottom: 7px;
        margin-right: 10px;
    }

    .office-header {
        margin-bottom: 26px;
    }

    .footer-bottom {
        height: 237px;
        padding: 49px 121px 0;
    }

    .footer-bottom .footer-links {
        height: 104px;
    }
}

@media (min-width: 1920px) {
    .get-in-touch-container {
        max-width: 1920px;
        margin-inline: auto;
    }
}
