.h1-getintouch {
    font-size: 80px;
    padding-bottom: 50px;
    text-align: left;
}

.div-title-contact {
    padding: 10px;
}

.div-button {
    width: 100%;
    display: flex;
    justify-content: end;
    padding-top: 8px;
}

.p-we {
    font-size: 23px;
    text-align: left;
    margin-bottom: 20px;
}

.p-url {
    cursor: pointer;
    color: #007BFF;
    text-decoration: underline;
}

.div-contacts {
    justify-content: center;
    text-align: center;
    margin-bottom: 40px;
}

@media (max-width: 990px) {
    .h1-getintouch {
        font-size: 60px;
    }

    .div-title-contact {
        margin-left: 30px;
    }

    .div-contacts {
        text-align: center;
        margin-bottom: 30px;
    }

    .p-we {
        font-size: 20px;
        text-align: center;
    }

    .div-inside-contact {
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .h1-getintouch {
        font-size: 50px;
        padding-bottom: 30px;
    }

    .div-title-contact {
        margin-left: 30px;
    }

    .p-we {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .div-contacts p {
        font-size: 15px;
    }
}

@media (max-width: 480px) {
    .h1-getintouch {
        font-size: 30px;
        padding-bottom: 20px;
    }

    .div-title-contact {
        margin-left: 30px;
    }

    .p-we {
        font-size: 16px;
        text-align: center;
    }

    .div-contacts {
        text-align: center;
        margin-bottom: 20px;
    }

    .div-contacts p {
        font-size: 14px;
    }
}