::-webkit-scrollbar-track {
    border-radius: 8px;
    background-color: transparent;
}

::-webkit-scrollbar {
    width: 0;
    height: 5px;
    background-color: transparent;
}

::-webkit-scrollbar-thumb {
    border-radius: 8px;
    background-color: #130C13;
}

a {
    text-decoration: none;
    color: white !important;
}

.global__wrapper {
    width: 100%;
    overflow-x: hidden;
}

.container {
    max-width: 1264px;
    padding: 0 24px;
    margin: 0 auto;
}

.title {
    color: #FFF;
    font-size: 56px;
    font-style: normal;
    font-weight: 700;
    line-height: 115%;
}

.description {
    color: #474847;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
}

.link {
    color: #FFF;
    text-align: center;
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    border-radius: 10px;
    background: #0C3A2F;
    padding: 12px 35px;
    transition: background .3s ease-in-out;
}

.link:hover {
    background: rgba(12, 58, 47, 0.8);
}

@media (max-width: 1000px) {
    .title {
        font-size: 50px !important;
        line-height: normal !important;
    }
}

@media (max-width: 900px) {
    .title {
        font-size: 42px !important;
    }
}

@media (max-width: 850px) {
    .title {
        font-size: 40px !important;
    }
}

@media (max-width: 500px) {
    .container {
        padding: 0 18px !important;
    }

    .title {
        font-size: 35px !important;
    }

    .link {
        padding: 12px 30px !important;
        font-size: 16px !important;
    }
}

@media (max-width: 370px) {
    .title {
        font-size: 32px !important;
    }
}