/*SAFTEY*/
.saftey {
    overflow: hidden;
    width: 100%;
    display: table;
    padding: 65px 0% 2% 0%;
}

.saftey-text {
    display: table-row;
    float: left;
    padding: 5%;
    width: 40%;
}

.saftey-header {
    margin-top: 36px;
    font-family: "DM Sans", sans-serif;
    font-size: 24px;
    letter-spacing: 2px;
    font-weight: 400;
    color: #2D2D2D;
}

.saftey-desc {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 350;
    line-height: 2;
    color: #2D2D2D;
}

.mask_group {
    margin-top: 6%;
    width: 100%;
    height: auto;
}

.saftey-image {
    display: table-row;
    float: left;
    padding: 5%;
    width: 40%;
}

.saftey-image-resp {
    display: none;
}

.saftey::after {
    content: "";
    clear: both;
    display: table;
}

/*SAFTEY POINTS*/
.sp {
    width: 100%;
    padding-top: 5%;
    padding-bottom: 5%;
    overflow: hidden;
    background-color: #F3F0EF;
    text-align: center;
}

.sp-header {
    margin-top: 20px;
    font-family: "DM Sans", sans-serif;
    font-size: 24px;
    font-weight: 400;
    color: #2D2D2D;
}

.sp-con {
    padding-left: 10%;
    padding-right: 10%;
    width: 30%;
    float: left;
}

.sp-point {
    text-align: left;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 350;
    color: #2D2D2D;
}


/*CONNECTIVITY*/
.connectivity {
    background-color: #F3F0EF;
    overflow: hidden;
    width: 100%;
}

.conn-image {
    display: table-row;
    float: left;
    padding: 5%;
    width: 40%;
}

.conn-image-resp {
    display: none;
}

.bayrides {
    margin-top: 6%;
    width: 100%;
    height: auto;
}

.conn-text {
    display: table-row;
    float: left;
    padding: 5%;
    width: 35%;
}

.conn-header {
    margin-top: 36px;
    letter-spacing: 2px;
    font-family: "DM Sans", sans-serif;
    font-size: 24px;
    font-weight: 400;
    color: #2D2D2D;
}

.conn-desc {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 350;
    line-height: 2;
    color: #2D2D2D;
}

/*COMMUNICATION*/
.communication {
    width: 100%;
    overflow: hidden;
    display: table;
    padding: 3% 0%;
}

.comm-text {
    display: table-row;
    float: left;
    padding: 5%;
    width: 40%;
}

.comm-header {
    margin-top: 36px;
    letter-spacing: 2px;
    font-family: "DM Sans", sans-serif;
    font-size: 24px;
    font-weight: 400;
    color: #2D2D2D;
}

.comm-desc {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 350;
    line-height: 2;
    color: #2D2D2D;
}

.comm-image {
    display: table-row;
    float: left;
    padding: 5%;
    width: 40%;
}

.comm-image-resp {
    display: none;
}

.mask_group1 {
    margin-top: 6%;
    width: 100%;
    height: auto;
}

.comm::after {
    content: "";
    clear: both; 
    display: table;
}

/*QUOTE*/
.quote {
    width: 80%;
    overflow: hidden;
    background-color: #2d2d2d;
    text-align: center;
    padding: 10%;
}

.quote-text {
    margin: auto;
    width: 55%;
    color: white;
    font-family: "DM Sans", sans-serif;
    font-size: 36px;
    letter-spacing: 1px;
    font-weight: 250;
    line-height: 1.5;
}

/*~~~~~~~~~~~~~~MOBILE~~~~~~~~~~~~~~~~~*/

/*Modern Phone*/
@media screen and (max-width: 800px) {
    /*SAFTEY*/
    .saftey-text {
        display: block;
        float: none;
        padding: 5%;
        width: 90%;
        margin-bottom: 2%;
    }

    .saftey-header {
        line-height: 0;
    }

    .mask_group {
        margin-top: 1%;
        width: 100%;
        height: auto;
    }

    .saftey-image {
        display: none;
    }

    .saftey-image-resp {
        display: block;
        float: none;
        padding: none;
        width: 100%;
    }

    /*SAFTEY POINTS*/
    .sp-con {
        width: 90%;
        padding: 0% 5%;
    }

    .sp-point {
        margin-top: 0px;
    }

    /*CONNECTIVITY*/
    .conn-text {
        display: block;
        float: none;
        padding: 5%;
        width: 90%;
        margin-bottom: 2%;
    }

    .conn-header {
        line-height: 0;
    }

    .conn-image {
        display: none;
    }

    .conn-image-resp {
        display: block;
        float: none;
        padding: none;
        width: 100%;
    }

    .bayrides {
        margin-top: 1%;
        width: 100%;
        height: auto;
    }

    /*COMMUNICATION*/ 
    .comm-text {
        display: block;
        float: none;
        padding: 5%;
        width: 90%;
        margin-bottom: 2%;
    }

    .comm-header {
        line-height: 0;
    }

    .mask_group1 {
        margin-top: 1%;
        width: 100%;
        height: auto;
    }

    .comm-image {
        display: none;
    }

    .comm-image-resp {
        display: block;
        float: none;
        padding: none;
        width: 100%;
    }

    /*QUOTE*/
    .quote {
        padding-top: 20%;
        padding-bottom: 25%;
    }
    .quote-text {
        margin: auto;
        width: 100%;
        color: white;
        font-family: "DM Sans", sans-serif;
        font-size: 24px;
        font-weight: 225;
        line-height: 1.5;
    }
}