.logo-box1 {
    position: relative;
    display: block;
    float: left;
    width: 330px;
    height: 100px;
    background: #232154;
    display: flex;
    align-items: center;
    justify-content: center;
}

.why-choose-one__list-single .icon {
    width: 25px;
    height: 25px;
}

.why-choose-one__list-single .text {
    position: relative;
    display: block;
    padding-left: 46px;
}

.scroll-x {
    overflow-x: auto;
}

.services-details__text-box1 p {
    text-align: justify;
    font-size: 18px;
    margin-top: 20px;
}

.blue-card {
    padding: 10px;
    background-color: #232154;
    margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
    .services-details {
        position: relative;
        display: block;
        background: #ffffff;
        padding: 0 0 110px!important;
    }
    .footer-one--footer-three .footer-one__top {
        padding: 0 0 85px;
    }
    .feauters-two {
        position: relative;
        display: block;
        background: #fafafa;
        padding: 120px 0 0;
        z-index: 3;
    }
}

.services-details {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 0!important;
}