.affiliate {
    padding: 200px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #d6d3d3;
}

.on-left h1 {
    /* // padding: 30px; */
    font-size: 3.0625rem;
    line-height: 3.6875rem;
    margin-bottom: 1.5rem;
    margin-top: 20px;
    font-weight: 700;
    color: #272742;
    text-align: center;
}

.on-left p {
    margin-bottom: 2.8125rem;
    font-size: 1rem;
    line-height: 30px;
    font-weight: 400;
    color: #020202;
    padding: 10px;
    text-align: justify;
    font-weight: 100;
}

.sec-img img {
    width: 100%;
    /* height: 500PX; */
    padding: 30px;
    background-color: #d6d3d3;
    border-radius: 20px;
}

/* .btn{
background-color: #920202;
padding: 15px 40px;
margin-top: 0px;
font-weight: 700;
font-size: 25px;
color: #ffffff;
text-align: center;
} */
/* .btn:hover{
background-color: #40d5e9;
padding: 15px 40px;
margin-top: 0px;
font-weight: 700;
font-size: 25px;
color: #000000;
} */
/* .on-right {
    img {
        width: 100%;
        height: auto;
        border-radius: 10%;
    }

    padding: 0;
    margin: 0;
} */

.title {
    text-align: center;
    padding: 10px 10px;
    border-bottom: 1px solid black;
}

.title h1 {
    padding: 10px;
    margin-bottom: 20px;
}

.title p {
    padding: 30xp;
}

.affiliate h1 {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.4;
}

.affiliate p {
    font-size: 1.2rem;
    line-height: 1.6;
    color: #555;
}

.affiliate-con {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-top: 20px;
}

.affiliate-con img {
    margin-top: -70px;
    height: 70px;
    width: 70px;
}

.affiliate-con h1 {
    font-size: 1.5rem;
    font-weight: 600;
    text-align: left;
}

.affiliate-con p {
    font-size: 20px;
    margin: 0;
    color: #444;
    text-align: left;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.con {
    padding: 10px 15px;
}




@media (max-width: 576px) {
    .affiliate h1 {
        font-size: 28px;
    }

    .affiliate p {
        font-size: 16px;
    }

    .affiliate-best h1 {
        font-size: 24px;
    }

}