.hod, .hod *{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.hod-wrapper{
    width: min(88.89vw, 1422.22px);
    margin: 0 auto;
    height: min(31.25vw, 500px);
    padding: min(4.90vw, 78.33px) min(4.03vw, 64.44px);
    border-radius: min(2.22vw, 35.56px);
}
.hod-label{
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    height: min(1.67vw, 26.67px);
    padding: 0 min(0.62vw, 9.84px);
    border-radius: min(0.15vw, 2.46px);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%), linear-gradient(92deg, #23C3B1 -13.94%, rgba(59, 243, 189, 0.20) 43.08%, rgba(65, 255, 192, 0.00) 101.07%), linear-gradient(90deg, rgba(34, 195, 177, 0.40) 0%, rgba(34, 195, 177, 0.00) 174.59%);
    color: #FFF;
    font-size: min(0.84vw, 13.47px);
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
}
.hod-heading{
    margin-top: min(1.67vw, 26.67px);
    color: #FFF;
    font-size: min(3.33vw, 53.33px);
    font-weight: 500;
    line-height: 120%;
}
.hod-text{
    margin-top: min(1.39vw, 22.22px);
    color: #FFF;
    font-size: min(1.67vw, 26.67px);
    font-weight: 450;
    line-height: 120%;
    letter-spacing: min(0.03vw, 0.49px);
}
.hod-btn{
    margin-top: min(2.78vw, 44.44px);
    width: min(17.50vw, 280px);
    height: min(3.89vw, 62.22px);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: min(0.69vw, 11.11px);
    background-color: #FFF;
    color: #000 !important;
    font-size: min(1.25vw, 20px);
    font-weight: 500;
    line-height: 133.333%;
    transition: 300ms all;
}
.hod-btn:hover{
    background-color: #c4c4c4;
}