.ContactCont{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 10rem;
    gap: 15rem;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-align: center;
    display: flex;
}



.PhoneCont {
    width: 36rem;
    height: 40rem;

    /* position: absolute;
    top: 11rem;
    left: 4rem; */
}

.PhoneCol {
    height: 25%;
    width: 100%;

    align-items: center;
    justify-content: center;
    text-align: center;
    display: flex;
    cursor: pointer;
}

.PhoneCol img {
    height: 70%;
    float: left;
    margin-right: 3rem;
    filter: drop-shadow(0 0 5px black);
}

.PhoneCol a {
    text-decoration: none;
    color: white;
    font-family: "Archivo Black", sans-serif;
    font-size: 3rem;
    text-shadow: 0 0 5px black;
}




.ContentCont {
    width: 50rem;
    height: 30rem;

    /* position: absolute;
    top: 11rem;
    right: 4rem; */
}

.ContentCol {
    height: 33.33%;
    width: 100%;

    align-items: center;
    justify-content: center;
    text-align: center;
    display: flex;
    cursor: pointer;
}

.ContentCol img {
    height: 70%;
    float: left;
    margin-right: 3rem;
    filter: drop-shadow(0 0 5px black);
}

.ContentCol a {
    text-decoration: none;
    color: white;
    font-family: "Archivo Black", sans-serif;
    font-size: 2rem;
    text-shadow: 0 0 5px black;
}


iframe {
    width: 85%;
    height: 40rem;
    border-radius: 1rem;
    box-shadow: 0 0 5px 0 black;

    /* position: absolute;
    top: 65rem;
    left: 7.5%; */
}


footer {
    width: 100%;
    height: 3rem;
    color: white;
    background-color: rgba(0, 0, 83, .7);
    text-align: center;
    align-items: center;
    justify-content: center;
    display: flex;
    position: relative;
    /* top: 120rem; */
}








@media only screen and (max-width: 1245px) {
    .PhoneCol a{
        font-size: 2.5rem;
    }

    .PhoneCol img, .ContentCol img{
        height: 60%;
    }

    .ContentCol a{
        font-size: 1.7rem;
    }
}

@media only screen and (max-width: 1195px) {
    .PhoneCol a{
        font-size: 2.3rem;
    }
    .PhoneCol img, .ContentCol img{
        height: 55%;
    }

    .ContentCol a{
        font-size: 1.6rem;
    }
}

@media only screen and (max-width: 1045px) {
    .PhoneCol a{
        font-size: 2.1rem;
    }
    .PhoneCol img, .ContentCol img{
        height: 50%;
    }

    .ContentCol a{
        font-size: 1.4rem;
    }
}