.main-thank-you-row{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.main-thank-you-row h1{
    font-family: "Gotham Light", sans-serif;
    font-size: 80px;
    color: #004D42;
    font-weight: 100;
    margin-top: 54px;
    margin-bottom: 12px;
    line-height: 80px;
    letter-spacing: -2px;
}

.main-thank-you-row p{
    font-family: "Gotham Book", sans-serif;
    font-size: 16px;
    max-width: 424px;
    width: 100%;
    text-align: center;
    margin-bottom: 82px;
}

.main-thank-you-row .thank-you-contacts .address{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.main-thank-you-row .thank-you-contacts .address p{
    font-family: "Gotham Bold", sans-serif;
    font-size: 16px;
    color: #004D42;
    font-weight: 600;
    margin: 0;
}

.main-thank-you-row .thank-you-contacts span{
    font-family: "Gotham Book", sans-serif;
    font-size: 16px;
    color: #004D42;
}

.main-thank-you-row .thank-you-contacts .main-contacts{
    display: flex;
    gap: 70px;
    flex-wrap: wrap;
    margin-top: 30px;
}

.main-thank-you-row .thank-you-contacts .main-contacts .telephone,
.main-thank-you-row .thank-you-contacts .main-contacts .fax,
.main-thank-you-row .thank-you-contacts .main-contacts .mail{
    display: flex;
    width: 220px;
}

.main-thank-you-row .thank-you-contacts .main-contacts a{
    font-family: "Gotham Book", sans-serif;
    font-size: 16px;
    color: #004D42;
    margin-left: 10px;
}

.main-thank-you-row .thank-you-contacts{
    margin-bottom: 93px;
}

.main-thank-you-row .go-home-button{
    margin-bottom: 165px;
    height: 45px;
}

.main-thank-you-row .go-home-button a{
    font-family: "Gotham Black", sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    max-width: 221px;
    width: 100%;
    padding: 13px 45px;
    background-color: #004D42;
    color: #ffffff;
    border-radius: 20px;
    height: 45px;
}

@media(max-width: 1350px){
    .main-thank-you-row h1{
        margin-top: 20px;
        text-align: left;
        font-size: 50px;
        line-height: 50px;
    }
}

@media(max-width: 550px){
    .main-thank-you-row{
        align-items: flex-start;
    }
    .main-thank-you-row h1{
        font-family: "Gotham Bold", sans-serif;
        font-size: 16px;
        line-height: 16px;
        letter-spacing: 0;
        font-weight: 600;
        margin: 29px 0 18px 0;
    }
    .main-thank-you-row p{
        text-align: left;
        margin: 0 0 48px 0;
    }
    .main-thank-you-row .thank-you-contacts .address{
        border-top: 2px solid #004D42;
        align-items: flex-start;
    }
    .main-thank-you-row .thank-you-contacts .address p{
        margin-top: 16px;
    }
    .main-thank-you-row .thank-you-contacts .main-contacts{
        margin-top: 60px;
        gap: 21px;
    }
    .main-thank-you-row .thank-you-contacts .main-contacts .telephone img,
    .main-thank-you-row .thank-you-contacts .main-contacts .fax img,
    .main-thank-you-row .thank-you-contacts .main-contacts .mail img{
        object-fit: contain;
    }
    .main-thank-you-row .thank-you-contacts .main-contacts .telephone a{
        margin-left: 15px;
    }
    .main-thank-you-row .thank-you-contacts{
        margin-bottom: 52px;
    }
    .main-thank-you-row .go-home-button{
        display: flex;
        justify-content: center;
        width: 100%;
        margin-bottom: 144px;
    }
    .main-thank-you-row .go-home-button a{
        display: flex;
        justify-content: center;
        align-items: center;
        height: 39px;
        font-size: 14px;
        font-family: "Gotham Black", sans-serif;
        font-weight: 600;
        padding: 13px 24px;
    }
}