@media (max-width: 936px) {
    .border{
        display: block;
        text-align: -webkit-center;
    }
    .border2{
        display: block;
        text-align: -webkit-center;
    }

}
@media only screen and (max-width: 768px){
    .border {
        padding: 6%;
        height: auto;
        width: 100%;
        margin: 0px 0;
    }
    .image-container {
        width:309px !important;
        height: 250px;
    }
    .border2{
        padding: 6%;
        height: auto;
        width: 100%;
        margin: 0px 0;
    }
    .image-container2 {
        width:309px !important;
        height: 250px;
    }
    .image-container img, .image-container2 img{
        object-fit: contain;
    }
    .container .icon {
        width: 387px;
        margin-top: 3%;
    }
}
@media only screen and (max-width: 768px){
    .container .icon {
        width: 260px;
        align-self: center;
    }
}
.icon{
    padding: 10px;
    background: antiquewhite;
    margin: 0px 5px 0px 5px;
    display: flex;
    flex-direction: column;
    flex: 1;
    align-self: stretch;
}