* {
    font-family: Satoshi;
}
@font-face {
    font-family: Satoshi;
    src: url(../fonts/Satoshi-Light.otf);
    font-weight: 300;
}
@font-face {
    font-family: Satoshi;
    src: url(../fonts/Satoshi-Regular.otf);
    font-weight: 400;
}
@font-face {
    font-family: Satoshi;
    src: url(../fonts/Satoshi-Medium.otf);
    font-weight: 500;
}
@font-face {
    font-family: Satoshi;
    src: url(../fonts/Satoshi-Bold.otf);
    font-weight: 700;
}
section {
    padding: 90px 0;
}
h2 {
    font-size: 50px;
    line-height: 1.3;
    font-weight: 700;
}
p {
    font-size: 18px;
    line-height: 30px;
}
.hero-section {
    background-image: url(../images/HERO-BG.jpg);
}
.introduction {
    background-image: url(../images/INTRODUCTION-BG.png);
}
.thankyou {
    background-image: url(../images/THANK-YOU.png);
}
.thankyou::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
}
.contact-us-content {
    background-image: url(../images/CONTACT-US-BG.png);
}
.contact-us-content {
    box-shadow: rgba(0, 0, 0, 0.10) 0px 0px 20px 0px;
}
.button,input,select,optgroup,textarea,::file-selector-button {
    outline: none !important;
    outline-offset: 0 !important;
}
@media (max-width:767px) {
    h2 {
        font-size: 42px;
    }

    p {
        font-size: 16px;
        line-height: 26px;
    }

    section {
        padding: 60px 0;
    }
}
@media (max-width:575px) {
    h2 {
        font-size: 36px;
    }

    section {
        padding: 40px 0;
    }
}