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

body {
    max-width: 100%;
}

.container {
    max-width: 1280px;
}

@font-face {
    font-family: Rift-Bold;
    src: url("../fonts/rift/Fort\ Foundry\ -\ Rift-Bold.otf");
}

@font-face {
    font-family: Rift-Regular;
    src: url("../fonts/rift/Fort\ Foundry\ -\ Rift-Regular.otf");
}

@font-face {
    font-family: Rift-Demi;
    src: url("../fonts/rift/Fort\ Foundry\ -\ Rift-Demi.otf");
}

@font-face {
    font-family: Avenir-Heavy;
    src: url("../fonts/Avenir/Avenir\ Heavy.ttf");
}

@font-face {
    font-family: Avenir-Medium;
    src: url("../fonts/Avenir/Avenir\ Medium.ttf");
}

@font-face {
    font-family: Rochester;
    src: url("../fonts/Rochester-Regular.ttf");
}

.btn-section {
    display: flex;
    justify-content: center;
    margin-top: 4rem;
    margin-bottom: 2rem;
}

.custom-btn {
    width: 224px;
    height: 64px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 25px;
    color: #ffffff;
    font-family: Rift-Bold;
    border: none;
    background-color: #0082ca;
    border-radius: 6px;
}

.more-detail {
    width: 211px;
    height: 57px;
    border: 1px solid #009839;
    border-radius: 6px;
    color: #3c453f;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    font-size: 20px;
    font-family: Avenir-Heavy;
}

.heading-text {
    font-size: 45px;
    font-family: Rift-Bold;
    text-align: center;
    margin-top: 5rem;
    margin-bottom: 4rem;
    color: #3c453f;
}

.paragraph-text {
    font-size: 20px;
    font-family: Avenir-Medium;
    line-height: 1;
    color: #242725;
    text-align: left;
    margin-bottom: 3rem;
}

.head-text {
    font-family: Rift-Bold;
    font-size: 45px;
    text-transform: uppercase;
    color: #242725;
}

.background-section-1 {
    height: 780px;
    background-position: center;
    background: url("../img/common/background-1.svg");
    background-repeat: no-repeat;
}

.background-section-2 {
    height: 745px;
    background-position: center;
    background: url("../img/common/background-2.svg");
    background-repeat: no-repeat;
}

@media (max-width: 768px) {
    .mob-flex-dir {
        flex-direction: column;
    }
    .mobile-hidden {
        display: none;
    }
}
