@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html,
body{
    font-family: "Roboto", serif !important;
    overflow-x: hidden;
    background-color: #F9FBFC !important;
}

.section-title h2{
    font-size: 45px;
    font-family: "Roboto", serif;
    font-weight: 500;
    line-height: 38px;
    text-transform: uppercase;
    text-align: center;
    color: rgba(26, 45, 52, 1);
}
  
.section-title p{
    color: rgba(26, 45, 52, 1);
    font-size: 20px;
    font-family: "Roboto", serif;
    font-weight: 400;
    line-height: 38px;
    text-align: center;
}
