.dark-bg {
    background-color: #5d6b82;
    color: #fff;
}

.primary-color {
    color: #5d6b82;
}

.secondary-color {
    color: #f39c12;
}

.light-font {
    color: #a1a7b2;
}


.do_what, .quote{
    background: #f7f9fc;
    font-family: 'Roboto';
    padding: 40px 0px;
}

.do_what .container{
    display: flex;
    max-width: 1200px;
    margin: auto;
    justify-content: center;
}

.do_what .container .box{
    flex: 1;
    margin: 10px;
    max-width: 400px;
    background: white;
    position: relative;
}

.do_what .container .box img{
    width: 100%;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    height: 230px;
}

.do_what .container .box .content{
    padding: 10px 15px 30px 15px;
}

.do_what .container .box .content h3{
    text-align: center;
}

.do_what .container .box .content p{
    line-height: 1.6;
    text-align: center;
    font-size: .9em;
}

.do_what .container .box .content a{
    display: block;
    width: max-content;
    margin: auto;
    background: rgb(0, 0, 0, 0.7);
    padding: 12px 40px;
    border-radius: 5px;
    color:white;
    font-size: .9em;
}

.do_what .container .box .content a:hover{
    background: #f39c12;
    transition: 500ms;
}

.do_what .container .box .left_font{
    position: absolute;
    background: #f39c12;
    top: 210px;
    padding: 10px 30px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

.do_what .container .box .left_font i{
    color: white;
}


.quote .container{
    display: flex;
    max-width: 1200px;
    margin: auto;
}

.quote .container .left{
    margin: 10px;
    background: #eef1f5;
    padding: 10px 15px;
    max-width: 400px
}

.quote .container .left .form div{
    display: block;
    margin: 10px 0px;
    background: white;
}

.quote .container .left .form div input{
    padding: 12px 10px;
    border: none;
}

.quote .container .left .form div textarea{
    width: calc(100% - 20px);
    padding: 10px;
    border: none;
}

.quote .container .left .form button{
    display: block;
    width: max-content;
    margin: auto;
    background: #f39c12;
    padding: 12px 40px;
    border-radius: 5px;
    color:white;
    font-size: .9em;
    border: 0px;
}

.quote .container .left .form button:hover{
    background: white;
    transition: 500ms;
    color: black;
}


.quote .container .right{
    max-width: 600px;
    margin-left: 100px;
    line-height: 1.5;
}

.quote .container .right h1{
    font-size: 2.5em;
    margin-bottom: 40px;
}

.quote .container .right a{
    display: block;
    width: max-content;
    margin: 30px 0px 60px 0px;
    background:  #f39c12;
    padding: 10px 40px;
    border-radius: 5px;
    color:white;
    font-size: .9em;
}

.quote .container .right .content{
    display: flex;
    margin: 20px 0px;
    line-height: 1.5;
    background: white;
    padding: 20px 30px;
}

.quote .container .right .content .smaller_box{
    flex: 1;
    font-size: 1.2em;
}

.quote .container .right .content .smaller_box i{
    color: #f39c12;
    font-size: 1.4em;
    margin-right: 5px;
}

.service{
    padding: 10px;
    min-height: 780px
}

.service h1{
    text-align: center;
    font-weight: bold;
    font-size: 2.5em;
    position: relative;
    width: max-content;
    margin: 70px auto 50px auto;
}

.service h1::before{
    position: absolute;
    content: "";
    width: 40%;
    left: 70px;
    bottom: -11px;
    border:  2px dotted rgb(0, 0, 0, 0.2);
}

.service h1::after{
    position: absolute;
    content: "";
    height: 4px;
    width: 10%;
    left: 100px;
    bottom: -10px;
    background-color:  #f39c12;
}

.service p{
    max-width: 600px;
    margin: 30px auto;
    text-align: center;
}

.service .container{
    display: flex;
    max-width: 1200px;
}

.service .container .left{
    flex: 1;
    padding: 20px 20px 20px 20px;
    line-height: 2;
    max-width: 500px
}

.service .container .left h2{
    font-size: 2em;
    color: rgb(0,0,0,0.9);
    font-weight: bold;
    position: relative;
}

.service h2::before{
    position: absolute;
    content: "";
    width: 10%;
    left: 70px;
    bottom: -11px;
    border:  2px dotted #f39c12;
}

.service .container .left p{
    width: 100%;
    text-align: left
}

.service .container .left a, 
.service .container .right a{
    display: block;
    width: max-content;
    margin: 30px 0px 60px 0px;
    background:  rgb(0, 0, 0, 0.6);
    padding: 10px 40px;
    border-radius: 5px;
    color:white;
    font-size: .9em;
}

.service .container .left a:hover{
    transition: 200ms;
    background: #f39c12;
}

.service .container .right{
    flex: 1;
    background-image: url(../img/service-cargo-bg.png.webp);
    background-size: 80% 100%;
    min-height: 300px;
    background-repeat: no-repeat;
    background-position: top;
    position: relative;
}

.service .container .right .content{
    background: rgb(243, 156, 18, 0.85);
    padding: 25px;
    color: white;
    max-width: 400px;
    line-height: 2;
    position: absolute;
    right: -40px;
}

.service .container .right .content h3{
    color: white;
    font-weight: bold;
    font-size: 1.5em;
    margin: 10px 0px 20px 0px;
}

.service .container .right .content p{
    text-align: left;
}

.service .container .right .content ul{
    padding: 0px
}

.service .container .right .content a{
    margin: 10px 0px;
}


.service .container .right .content ul li i{
    margin-right: 20px;
}

@media only screen and (max-width: 950px){
    
    .do_what{
        padding: 20px 10px;
    }
    
    .do_what .container{
        flex-direction: column;
    }
    
    .do_what .container .box{
        margin: 10px auto;
        max-width: 400px;
    }
    
    
    .quote .container{
        flex-direction: column;
    }
    
    .quote .container .left{
        margin: auto;
        padding: 10px;
    }
    
    .quote .container .right{
        margin-left: 0px;
        margin: auto;
        padding: 10px;
        margin-top: 30px;
    }
    
    .service h1{
        margin: 30px auto 50px auto;
        font-size: 1.9em;
    }
    
    .service p{
        margin: 0px auto;
    }
    
    .service .container{
        flex-direction: column;
    }
    
    .service .container .left{
        padding: 20px 20px 20px 20px;
        max-width: 600px;
        margin: 20px auto;
    }
    
    .service .container .right{
        max-width: 600px;
        margin: 10px auto;
    }
    
    .service .container .right .content{
        max-width: 600px;
        position:static;
    }
    
    .service .container .left h2{
        font-size: 1.5em;
        margin: 0px 0px 30px 0px;
    }
    
    .service .container .left a{
        margin: 10px 0px;
    }
    
    .service .container .right .content ul{
        margin: 20px 0px;
        
    }
    
    
    
    
}


@media only screen and (max-width: 550px){
    
    .quote .container .right h1{
        font-size: 1.5em;
        margin-bottom: 20px;
    }
    
    .quote .container .right .content .smaller_box{
        font-size: 0.9em;
    }

    .quote .container .right .content .smaller_box i{
        font-size: 0.9em;
        margin-right: 2px;
    }
    
    .quote .container .right a{
        margin: 30px 0px 30px 0px;
    }
    
    .quote .container .right .content{
        padding: 20px 10px;
    }
}