@media (min-width: 768px){
    .sticky-section {
        position: -webkit-sticky !important;
        height: 60vh !important;
        top: 15% !important;
    }
    .image-box {
        padding: 0 !important;
        width: 100%;
        margin: auto;
    }
    .full {
        width: 100%;
        height: 100%;
    }
    .page-wrapper {
        overflow: unset !important;
    }
    /* .icon-box{
        bottom: -30px !important;
    } */
}
@media (max-width:768px){
    .mclaren{
        /*width: 345px;*/
        top: 20px;
        margin-right: 30px;
    }
}
.contain {
    object-fit: contain;
}
.active{
    color: #c90f40 !important;
}
.image-text{
    margin-top: 40px;
    background-color: white;
}

.hidden{
    display: none;
}
.mt-5{
    margin-top: 6rem !important;
}