@font-face {
    font-family:'Montserrat';
    font-family:'Montserrat1';
    src: url('/assets/font/Montserrat/static/Montserrat-Regular.ttf');
    src: url('/assets/font/Montserrat/static/Montserrat-Bold.ttf');
  }
  
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.row{
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
}

/* shadow */
/* .box1{
    -webkit-box-shadow: 2px 3px 17px 0px rgba(82,82,82,1);
    -moz-box-shadow: 2px 3px 17px 0px rgba(82,82,82,1);
    box-shadow: 2px 3px 17px 0px rgba(82,82,82,1);
}
.box2{
    -webkit-box-shadow: -1px 1px 16px -3px rgba(0,0,0,0.75);
-moz-box-shadow: -1px 1px 16px -3px rgba(0,0,0,0.75);
box-shadow: -1px 1px 16px -3px rgba(0,0,0,0.75);

} */
/* shadow */
/* color code */
.color1{
    color: #b8565f;
}
.back1{
    background-color: #b8565f;
}
/* color code */

/* font-size */
.font-size-60{
    font-size: 23px;
    /* font-family:'Montserrat1'; */
    line-height: 30px;
}
.font-size-30{
    font-size: 30px;
}
.font-size-20{
    font-size: 15px;
    font-weight: 500;
}
.font-size-26{
    font-size: 26px;
}
.font-size-24{
    font-size: 24px;
}
/* font-size */

/* col */
.col_30{
    width: 90%;
    margin: 10px 10px;
}

.col-12{
    width: 100%;
}

/* col */



/* // Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) { 
    .font-size-60{
        font-size: 30px !important;
    }
    .font-size-20{
        font-size: 18px !important;
    }
    .col_30{
        width: 90%;
        margin: 10px 10px;
    }
 }

/* // Medium devices (tablets, 768px and up) */
@media (min-width: 768px) { 
    .font-size-60{
        font-size: 40px;
    }
    .col_30{
        width: 30%;
        margin: 10px 10px;
    }
    /* .col-md-5{
        width: 40% !important;
    } */
    .col-md-12{
        width: 100%;
        margin: 0 auto !important;
    }
    
 }

/* // Large devices (desktops, 992px and up) */
@media (min-width: 992px) { 
    .font-size-60{
        font-size: 40px !important;
    }
    .font-size-20{
        font-size: 18px !important;
    }
    .col_30{
        width: 30%;
        margin: 10px 10px;
    }
    .col-md-12{
        width: 100%;
        margin: 0 auto !important;
    }
    .col-lg-5{
        width: 45%;
    }
 }

/* // X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { 
    .font-size-60{
        font-size: 40px !important;
        line-height: 50px;
    }
    .font-size-20{
        font-size: 18px !important;
    }

    .font-size-24{
        font-size: 24px;
    }
    .col_30{
        width: 30%;
        margin: 10px 10px;
    }
    .col-lg-5{
        width: 45%;
    }
 }

/* // XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) { 
    .font-size-60{
        font-size: 40px !important;
    }
    .font-size-20{
        font-size: 18px !important;
    }
    .col_30{
        width: 30%;
        margin: 10px 10px;
    }
    .col-lg-5{
        width: 45%;
    }
 }

 .fw-semibold{
    font-weight: 500 !important;
 }