body {
    font-family: Montserrat, sans-serif;
    font-style: normal;
    margin: 0px;
    padding: 0px;
    background: rgb(72, 56, 101);
}

.jerInnerSliderSec {
    padding-top: 20px;
}
.jerInnerSliderWrapper {
    position: relative;
}
.jerInnerSliderWrapper img {
    border-radius: 40px;
}
.jerInnerSliderWrapper h1 {
    position: absolute;
    text-align:center;
    top: 50%;
    left:50%;    
    transform: translate(-50%, -50%);
    color: #fbebda;
    font-size: 80px;
    line-height: 90px;
    width:100%;
	margin:0px;
}
.jerInnerSliderWrapper h1 span{
    display: block;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 32px;
    line-height:40px;
}


@media screen and (min-device-width: 1024px) and (max-device-width: 1920px) { 
    .jerInnerSliderWrapper img {
        max-width: 100%;
    }
    
}

@media screen and (max-width: 1366px){
    .jerProgramSec {
        padding: 120px 80px;
    }
}
@media screen and (max-width:767px){
    .jerInnerSliderWrapper img {        
        height: 300px;        
    }
    .jerInnerSliderWrapper h1{
        width:100%;
        font-size: 60px;
        line-height: 70px;
    }
}

@media screen and (max-width: 550px){
    .jerInnerSliderWrapper img {
        border-radius: 22px;
        max-width: 100%;
        height: 187px;
    }   
    .jerInnerSliderWrapper h1 {
        font-size: 27px;
        line-height: 34px;
        width: 100%;
    }
}
.jerAllsposorsandPartnerSec {
    padding-top: 48px;
}

.sposorsandPartnersWrap.clearfix {
    margin-left: -25px;
}

.jerPrimeLogo {
    width: 700px;
    text-align: center;
    margin: 10px auto 20px;
    background: #ede4de;
    border-radius: 8px;
}

.jerPrimeLogo img {
    max-width: 600px;
    text-align: center;
    display: block;
    margin: 0 auto;
    max-height: max-content;
}

.sPItems {
    float: left;
    width: calc(20% - 26px);
    margin-left: 24px;
    background: #ede4dd;
    border-radius: 10px;
    text-align: center;
    height: 200px;
    margin-top: 24px;
    position: relative;
    border: 1px solid #c8c8c8;
}

.sPItems img {
    top: 50%;
    position: relative;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    max-width: 60%;
    max-height: 100%;
    height: auto;
}

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

@media(max-width:1199px) {
    .sPItems {
        width: calc(24% - 26px);
        height: 200px;
    }

    .jerInnerSliderWrapper img {
        max-width: 100%;
    }
}

@media(max-width:992px) {
    .sPItems {
        width: calc(32.6% - 26px);
        height: 200px;
    }
}


@media(max-width:600px) {
    .sPItems {
        width: calc(50% - 24px);
        height: 150px;
    }

    .jerPrimeLogo {
        width: 100%;
    }

    .jerPrimeLogo img {
        max-width: 270px;
        max-height: max-content;
    }

    .sposorsandPartnersWrap.clearfix {
        margin-left: -25px;
    }

    .sPItems img {
        max-width: 80%;
        height: auto;
    }
}