.contacts {
    text-align: center;
    margin-top: 80px;
    font-family: "Roboto Condensed", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

.contacts h1 {
    font-size: 64px;
    font-weight: 400;
    margin-bottom: 60px;
    margin-top: 450px;
}

.contacts p {
    font-size: 32px;
    font-weight: 200;
    text-align: center;
    margin-left: 120px;
    margin-right: 120px;
}

.contacts-btn {
    font-size: 48px;
    font-weight: 400;
    color: black;
    text-decoration: none;
    text-align: left;
}

.contacts-btn:hover {
    color: black;
    text-decoration: none;
}

.contacts h2 {
    font-size: 40px;
    font-family: "Roboto Condensed", sans-serif;
    margin-top: 50px;
}

.contacts h3 {
    font-size: 32px;
    font-weight: 200;
    margin-top: 10px;
    margin-bottom: 40px;
    font-family: "Roboto Condensed", sans-serif;
}

.contacts img {
    margin-right: 10px;
    display: inline-block;
    margin-left: 10px;
    margin-bottom: 300px;
}