.not-found-section {
    text-align: center;
    padding-top: 66.47px;
    padding-bottom: 125px;
}
.not-found-section .section-title {
    font-size: 211.23px;
    font-weight: 600;
    margin-bottom: 40px;
    color: #1F1F1F;
}
.not-found-section .section-subtitle {
    font-size: 40px;
    font-weight: 500;
    margin-bottom: 40px;
    color: #1F1F1F;
}
.not-found-section .section-description {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 64px;
    color: #484848;
}
.not-found-section .btn {
    background-color: #FFCC29;
    color: #000000;
    padding: 16px;
    font-size: 13.59px;
    font-weight: 500;
    border-radius: 6px;
    text-decoration: none;
}
.not-found-section .btn a {
    text-decoration: none;
    color: #000000;
}

/* responsive styles */
@media (max-width: 768px) {
    .not-found-section {
        padding-top: 158.37px;
        padding-bottom: 80px;
    }
}
@media (max-width: 768px) {
    .not-found-section {
        padding-top: 158.37px;
        padding-bottom: 80px;
    }
    .not-found-section .section-title {
        font-size: 120px;
        margin-bottom: 24px;
    }
    .not-found-section .section-subtitle {
        font-size: 24px;
        margin-bottom: 24px;
    }
    .not-found-section .section-description {
        font-size: 16px;
        margin-bottom: 40px;
    }
    .not-found-section .btn {
        padding: 12px;
        font-size: 12px;
    }
}
@media (max-width: 480px) {
    .not-found-section {
        padding-top: 258.37px;
        padding-bottom: 60px;
    }
    .not-found-section .section-title {
        font-size: 112px;
        margin-bottom: 21.47px;
    }
    .not-found-section .section-subtitle {
        font-size: 24px;
        margin-bottom: 21.47px;
    }
    .not-found-section .section-description {
        font-size: 16px;
        margin-bottom: 34.36px;
    }
    .not-found-section .btn {
        padding: 12px;
        font-size: 12px;
    }
}