.contact{
    padding: 10px 50px 50px 50px;
    display: flex;
    flex-wrap: wrap;
}

.contact .box{
    width: 50%;
    padding: 5px;
}

.contact .box h1{
    font-size: 17px;
    font-weight: 600;
    margin-left: 5px;
    padding-bottom: 20px;
}

.contact .box iframe{
    width: 100%;
    height: 300px;
}

.contact .box .list{
    display: flex;
    margin-bottom: 25px;
}

.contact .box .list i{
    color: white;
    width: 51px;
    background-color: dodgerblue;
    padding: 8px;
    font-size: 19px;
    text-align: center;
    line-height: 30px;
    margin-right: 6px;
}

.contact .box .list .phone p{
    font-size: 17px;
    color: rgb(22, 22, 22);
}

.contact .box .list .phone b,a{
    font-size: 15px;
    color: rgb(30, 30, 30);
    font-weight: 400;
}

@media (max-width:991px){
    .contact{
        padding: 0 10px;
        display: flex;
        flex-wrap: wrap;
    }
    
    .contact .box{
        width: 100%;
        padding: 5px;
    }
}