.header-text1{
    font-family: Archivo-bold;
    font-style: normal;
    font-size: 75px;
}
.underline{
    position: absolute;
    margin-top: -69px;
    width: 235px;
}
.header-text1 .arrows{
    margin-left: -235px;
}
.custom-btn{
    border-radius: 8px;
    padding: 10px 25px;
    font-size: 15px;
    font-weight: 600;
    border: none;
    font-family: Archivo-bold;
}
.btn1{
    background-color: #FF3C5F;
    color: white;
    height: fit-content;
}
.btn2{
    border: 1px solid #FF3C5F;
    color: #FF3C5F;
}
.btn3{
    color: #FF3C5F;
}
.btn3 hr{
    height: 2px;
    margin: 0;
    margin-top: -6px;
}
.custom-simple-btn{
    display: block;
    font-size: 12px;
    color: #cbbcbc;
    margin: 12px;
    text-align: center;
}
h5{
    font-family: hind-regular;
}
.icon-imgs{
    height: fit-content;
    margin-right: 1rem;
    margin-top: 2px;
}
.cus-width{
    width: 290px;
}
@media (max-width: 768px){
    .header-text1{
        font-size: 56px;
    }
    .underline{
        width: 190px;
    }
    .arrows{
        width: 40%;
    }
    .sec-2{
        margin-right: 0rem!important;
        margin-left: 0rem!important;
    }
}
@media (max-width: 491px){
    .underline {
        display: none;
    }
    .header-text1 .arrows {
        margin-left: -45%;
    }
}