.ivox-body {
    background: #F7F7F6;
    min-height: 100vh;
    overflow: hidden;
    position: relative;
}
.bg-dots {
    position: fixed;
    left: 0;
    width: 50%;
    bottom: 0;
}
.bg-blue {
    position: fixed;
    right: 0;
    height: 100%;
    top: 0;
}
.logo {
    position: fixed;
    left: 5%;
    top: 5%;
    width: 160px;
}
.logo img {
    width: 100%;
    height: auto;
}
.title {
    position: relative;
    padding-left: 10%;
    margin-top: 30vh;
}
.title h2 {
    font-weight: 700;
    text-transform: uppercase;
    color: #024E7F;
    font-size: 35px;
    line-height: 1.2;
}
.title span {
    color: #F99E2E;
}
.title p {
    font-size: 16px;
    width: 80%;
}
.title .btns {
    background: #024E7F;
    padding: 10px 20px;
    display: inline-block;
    margin-top: 15px;
    color: #fff;
    border-radius: 2px;
    font-size: 14px;
}

.comp-list {
    width: 90%;
    display: block;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0px 11px 22px rgb(0 0 0 / 3%);
    margin-bottom: 15px;
    padding: 10px;
}

.d-flex{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.logo-box {
    width: 130px;
    text-align: center;
}
.logo-box img{
    width: 90%;
}
.cont-box{
    width: calc(100% - 130px);
    padding:10px
}
.cont-box .cont {
    font-size: 17px;
    color: #2E2E2E;
}
.cont-box span {
    color: #f99e2e;
    margin-top: 5px;
    display: block;
}
.cont-box .cont {
    font-size: 18px;
    color: #2E2E2E;
    font-weight: 500;
}

@media (max-width: 767px) {
    .bg-blue {
        display: none;
    }
    .title {
        margin-top: 40%;
        padding-left: 15px;
    }
    .title h2 {
        font-size: 30px;
    
    }
    marquee {
        padding: 15px;
    }
    .comp-list {
        width: 100%;
    }
}