.slogan-container{
    padding: 4% 7% 3% 7%;
    background-color: rgb(3, 3, 39);
}
.slogan-container h1{
    display: inline-block;
    color: white;
    padding-bottom: 1%;
    font-family: 'Times New Roman', Times, serif;
    font-weight: normal;
    border-bottom: 3px solid #F2D64D;
}
.head{
    width: 100%;
    margin-bottom: 3%;
    padding: 30px 50px;
    text-align: center;
    font-weight: normal;
    font-size: 18px;
    background-color: rgb(238, 238, 238);
}
.main-container{
    padding: 3% 7%;
}
.options .row .col-lg-6{
    padding: 0 10px;
}
.option-item{
    display: flex;
    align-items: center;
    padding: 20px 60px;
    border-bottom: 1px solid lightgrey;
    font-weight: normal;
    transition: all 0.2s ease-in-out;
}
.option-item:hover{
    background-color: #3A83CD;
    color: white;
}
.option-icon img{
    width: 200px;
    margin: 0 -20px;
}
.option-text h5{
    font-family: 'Bell MT';
    font-weight: bold;
    font-size: 21px;
}
.option-text span a{
    color: orange;
}
.option-text span a i{
    color: orange;
    margin-right: 15px;
}
@media only screen and (min-width: 768px){
    .option-item{
        height: 200px;
    }
}