.title {
    color: white;
    font-size: 30px;
    font-weight: 700;
    line-height: 38px;
}

/* Intro */

.intro {
    padding-top: 25px;
    padding-bottom: 90px;
}

.intro .content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.intro .content .lside {
    width: 50%;
}

.intro .content .lside .logo {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    grid-column-gap: 10px;
}

.intro .content .lside .logo span {
    font-weight: 700;
    font-size: 48px;
    line-height: 60px;
    letter-spacing: -2px;
    color: white;
}

.intro .content .rside {
    width: 50%;
    display: flex;
    justify-content: flex-end;
}

.intro .content .rside img {
    width: 100%;
    max-width: 466px;
}

.intro .content .lside p {
    max-width: 470px;
    color: rgb(160, 160, 171);
    margin-top: 7px;
    font-size: 20px;
}

.intro .buttonWrapper, .join .buttonWrapper {
    margin-top: 37px;
}

.intro .buttonWrapper a, .join .buttonWrapper a {
    height: 52px;
    width: 264px;
    border-radius: 8px;
    background-color: rgb(2, 76, 187);
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    font-size: 16px;
}

/* End Intro */

/* Compony */

.company {
    padding-top: 64px;
    padding-bottom: 50px;
}

.company .content {
    max-width: 995px;
}

.company h2, .trafics h2, .payment h2 {
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
    color: white;
}

.company p {
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
    color: white;
    margin-top: 48px;
}

.company .grid {
    margin-top: 48px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    max-width: 834px;
}

.company .grid ul {
    padding-left: 20px;
}

.company .grid li {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: white;
}

/* End Compony */

/* Trafics */

.trafics {
    padding-top: 50px;
    padding-bottom: 40px;
}

.trafics .content {
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background-color: rgba(38, 37, 44, 0.2);
    margin-top: 48px;
}

.trafics .content .row {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}

.trafics .content .row:last-child {
    border-bottom: none;
}

.trafics .content .row .cell {
    width: 49%;
    padding: 32px 64px;
}

.trafics .content .row .cell h4 {
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    color: white;
}

.trafics .content .row .cell p {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: rgb(228, 228, 231);
    margin-top: 16px;
;
}

.trafics .content .row .border {
    height: auto;
    display: block;
    width: 1px;
    background-color: white;
    opacity: 0.1;
}

.disclamer {
    max-width: 964px;
    padding: 32px;
    background-color: rgba(38, 37, 44, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    grid-column-gap: 16px;
    margin: 80px auto 0;
}

.disclamer img {
    height: 24px;
    width: 24px;
}

.disclamer p {
    font-size: 14px;
    font-weight: 700;
    color: white;
    line-height: 20px;
}

/* End Trafics */

/* Payment */

.payment {
    padding-top: 40px;
    padding-bottom: 130px;
}

.payment .grid {
    margin-top: 48px;
}

.payment .grid .item {
    padding: 16px 21px;
    background-color: rgba(38, 37, 44, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    min-height: 406px;
}

.payment .grid .item h4 {
    font-weight: 700;
    font-size: 30px;
    line-height: 38px;
    text-align: center;
    color: white;
}

.payment .grid .item p {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: rgb(228, 228, 231);
    margin-top: 40px;
}

.payment .owl-dots {
    margin-top: 16px;
    display: flex;
    justify-content: center;
    grid-column-gap: 10px;
}

.payment .owl-dots button {
    height: 2px;
    width: 40px;
    border-radius: 15px;
    background-color: rgba(63, 63, 70, 1);
}

.payment .owl-dots button.active {
    background-color: white;
}

@media screen and (max-width: 1024px) {
    .intro .content {
        flex-direction: column-reverse;
    }

    .intro .content .rside img {
        max-width: none;
    }

    .intro .content .lside .logo {
        margin-top: 24px;
    }

    
}

@media screen and (max-width: 768px) {
    .intro .content .rside, .intro .content .lside {
        width: 100%;
    }

    .intro .content .lside .logo span {
        font-size: 36px;
        line-height: 44px;
    }

    .intro .content .lside p {
        font-size: 18px;
    }

    .company .grid {
        grid-template-columns: 1fr 1fr 1fr;
    }

    .trafics .content .row .cell {
        padding: 32px 16px;
    }
}

@media screen and (max-width: 525px) {
    .title {
        text-align: center;
    }

    .payment .grid .item {
        min-height: 315px;
    }

    .trafics .content .row {
        flex-direction: column;
    }

    .trafics .content .row .cell {
        width: 100%;
    }

    .trafics .content .row .border {
        width: 100%;
        height: 1px;
    }

    .company .grid {
        grid-template-columns: 1fr 1fr;
        margin-top: 32px;
    }

    .company, .trafics {
        padding-top: 24px;
        padding-bottom: 24px;
    }

    .intro {
        padding-bottom: 24px;
    }

    .company h2 {
        font-size: 20px;
        text-align: center;
    }

    .company p {
        font-size: 20px;
        text-align: center;
        margin-top: 32px;
    }

    .trafics h2, .payment h2 {
        font-size: 30px;
        text-align: center;
    }

    .trafics .content {
        margin-top: 32px;
    }

    .disclamer {
        margin-top: 48px;
    }

    .payment {
        padding-top: 48px;
        padding-bottom: 100px;
    }

    .disclamer {
        padding: 16px;
    }

    .disclamer p {
        font-size: 12px;
    }
}


