.footer{
    background-color: rgb(87, 87, 87);
    align-items: center;
    text-align: center;
}

.footer>.title{
    width: 45vw;
    display: inline-block;
    margin: 12px;

}

.footer>.title>p{
    font-family: "Agency FB";
    font-size: 3rem;
    text-transform: uppercase;
    color: #dba33a;
    text-align: center;
}



.footer>.card>h1{
    font-family: "Agency FB";
    font-weight: lighter;
    text-transform: uppercase;
    color: #dba33a;
    font-size: 3rem;
}

.footer>.card>p{

    font-family: "Agency FB";
    font-size: 1.5rem;
    text-transform: uppercase;
    color: #dba33a;
    text-align: center;
}

.footer>.card>iframe{
    width: 100%;
    height: 50vh;
}

.footer>.card:last-child{
    margin-bottom: 0%;
}
@media (max-width: 850px) {
    .footer>.card {
        text-align: center;
        width: 90%;
        display: inline-table;
        border-style: solid;
        border-width: medium;
        margin: 10px;
        border-color: rgb(119, 235, 235);
    }
}

@media (min-width: 850px) {
    .footer>.card {
        text-align: center;
        width: 45vw;
        display: inline-table;
        border-style: solid;
        border-width: medium;
        margin: 10px;
        border-color: rgb(119, 235, 235);
    }
}