.support_container{ 
    display:flex;
    justify-content:flex-start;
    align-items:center;
    flex-direction:column;
    width:32em;
    margin:-1px 12px;
    background-color:#BBDEFB;
    box-shadow: rgb(207,213,222) 1px 2px 4px;
    border: 1px solid rgb(216,216,216);
}
.support__telphone{
    width:27em;
}
.support_header{
    width: 100%;
    height: 240px;
    background-color: #fff;
    background-size: cover;
}
@media only screen and (width: 1396.36px) {
    .support_container{
    width:29em;
    }
}
@media only screen and (width: 1228.80px) {
    .support_container{
    width:23.5em;
    }
}
@media only screen and (max-width: 1229px) {
    .support__telphone{
    width:19.5em;
    }
}