@import url('https://fonts.googleapis.com/css?family=Roboto&display=swap');
body {
    font-family: 'Roboto', sans-serif;
    margin: 0;
    padding: 5px;
    max-width: 850px;
    width: calc(100% - 10px);
    left: 50%;
    position: relative;
    transform: translate(-50%);
}
.header a {
    color: whitesmoke;
    text-decoration: none;
}
.header a:hover {
    text-shadow: 0 0 15px white;
    color: #ffffff;

}
.header nav {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    width: 100%;
    background: linear-gradient(0deg, rgba(239,14,20,1) 0%, rgba(162,26,30,1) 49%, rgba(198,59,64,1) 50%, rgba(251,102,106,1) 100%);
}
.header ul {
    width: max-content;
    left: 50%;
    position: relative;
    transform: translate(-50%);
    padding: 8px;
    list-style: none;
    color: whitesmoke;
    display: flex;
    margin:0;
    align-content: center;
}
.header li {
    margin-right: 7px;
}
.header li + li::before {
    margin: 10px;
    color: #ffa8a8;
    content: " | ";
}
.header img {
    width: 100%;
}
.content {
    width: calc(100% - 4px);
    left: 50%;
    position: relative;
    transform: translate(-50%);
    border: 1px solid whitesmoke;
    box-shadow: 0 0 3px #a3a3a3;
    z-index: -1;
    background: white;
}
.content .sosBannerImage {
    width: calc(100% - 116px);
    max-width: 730px;
    padding-left: 58px;
    padding-right: 58px;
    background: #ececec;
}
.content .welcomeTo {
    width: calc(100% - 50px);
    padding-top: 25px;
    padding-left: 25px;
    max-width: 492px;
}
.content p {
    color: #313131;
    font-size: 15px;
    margin: 15px 55px;
}
.content h1 {
    color: #be1318;
    font-size: 16px;
    margin: 15px 55px;
}
.footer {
    width: calc(100% - 32px);
    left: 50%;
    position: relative;
    transform: translate(-50%);
    color: gray;
    font-size: 12px;
    padding: 15px;
    box-shadow: 0 3px 3px #a3a3a3;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    background: linear-gradient(0deg, rgba(254,254,254,1) 0%, rgba(231,231,231,1) 50%, rgba(249,249,249,1) 100%);
    z-index: 1;
    margin-top: -3px;
}
.footer p {
    width: max-content;
    left: 50%;
    position: relative;
    transform: translate(-50%);
    margin: 0;
}
.content h2 {
    margin-top:30px;
    font-size: 14px;
    width: max-content;
    left:50%;
    transform: translate(-50%);
    position:relative;
}
.services {
    margin-top: 50px;
}
.services img {
    position: relative;
    left:50%;
    transform: translate(-50%);
    height: 150px;
}
.services p {
    margin: 10px 0 30px;
    text-align: center;
}
.images {
    width: max-content;
    position: relative;
    left:50%;
    transform: translate(-50%);
}
.images2 img {
    height: 100%;
    max-height: 220px;
}
.images3 img {
    height: 100%;
    max-height: 200px;
}
.images4 img {
    height: 100%;
    max-height: 160px;
}
.images5 img {
    height: 100%;
    max-height: 145px;
}
.main {
    margin-left: 30px;
    width: 100% !important;
    display: flex;
    margin-bottom: 50px;
}
.grid {
    width: 100% !important;
    display: flex;
}
.col {
    width: 100% !important;
}
.grid div {
    width: 170px;
    padding: 10px;
}
.grid h3 {
    color: #de151b;
    margin: 0;
}
.grid p {
    margin: 0;
}

@media screen and (max-width: 740px){
    .content p {
        margin: 15px 30px;
    }
    .content h1 {
        margin: 15px 30px;
    }
    .images2 img {
        height: 100%;
        max-height: 160px;
    }
    .images5 img {
        height: 100%;
        max-height: 90px;
    }
    .images3 img {
        height: 100%;
        max-height: 130px;
    }
    .images4 img {
        height: 100%;
        max-height: 110px;
    }
    .grid {
        display: block;
    }
    .grid h3 {
        color: #de151b;
        margin: 0;
    }
    .grid p {
        margin: 0;
    }
}
@media screen and (max-width: 499px) {
    .content p {
        margin: 15px 10px;
    }
    .header li {
        font-size: 14px;
    }
    .content .sosBannerImage {
        width: calc(100% - 39px);
        padding-left: 20px;
        padding-right: 20px;
    }
    .content h1 {
        margin: 15px 10px;
    }
    .content h2 {
        font-size: 12px;
        width: 340px;
        text-align: center;
    }
    .images2 img {
        height: 100%;
        max-height: 120px;
    }
    .images5 img {
        height: 100%;
        max-height: 70px;
    }
    .images3 img {
        height: 100%;
        max-height: 100px;
    }
    .images4 img {
        height: 100%;
        max-height: 80px;
    }
    .services img {
        max-width: 300px;
    }
    .main {
        margin-left: 0;
    }
    .grid {
        display: block;
    }
    .grid h3 {
        color: #de151b;
        margin: 0;
    }
    .grid p {
        margin: 0;
        font-size: 11px;
    }
    .grid a {
        font-size: 11px;
    }
}