#about-hero {
    background-color: black;
    background-image: url(img/about-herobg.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100vw;
    height: auto;
    display: flex;
    flex-direction: column;
    padding-left: 300px;
    padding-top: 80px;
    padding-bottom: 8%;
}

@media screen and (max-width: 1390px) {
    #about-hero {
        padding-left: 45px;
        height: auto;
    }
}

#about-description {
    margin-top: 100px;
    margin-bottom: 100px;
}

.about-right-text-thin p {
    font-weight: 400;
}

#about-write {
    background-image: url(img/about-redbg.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100vw;
    height: 301px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#about-write-content {
    width: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#about-write-content h1 {
    color: white;
    font-weight: 800;
    font-size: 38px;
    margin: 0px;
}

#about-write-content p {
    color: white;
    text-align: center;
    font-size: 14px;
    margin: 0px;
}

#about-write-content button {
    width: 320px;
    margin-top: 50px;
    padding: 10px 20px;
    letter-spacing: 3px;
    font-size: 15px;
}

#about-write-content button:hover {
    cursor: pointer;
}

#about-hero2 {
    background-image: url(img/about-hero2.png);
    background-size: cover;
    width: 100vw;
    height: 725px;
    color: white;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

#about-hero2-content {
    width: 700px;
    border: 2px solid white;
    border-right: none;
    padding: 50px 100px 50px 30px;
}

#about-hero2-content p {
    margin: 0;
}

@media screen and (max-width: 540px) {
    #about-hero2 {
        height: auto;
        padding: 20px 0px;
    }

    #about-hero2-content {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        padding: 10px;
        border: none;
    }

    #about-hero2-content p {
        text-align: center;
    }

    #about-hero2-content h1 {
        font-size: 28px;
        padding: 10px;
        text-align: center;
    }
}

#about-perks {
    color: white;
    background-color: rgb(10, 17, 22);
    position: relative;
    width: 100vw;
    height: 787px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.about-perks-top {
    text-align: left;
    width: 930px;
}

@media screen and (max-width: 992px) {
    #about-perks {
        height: auto;
    }

    .about-perks-top {
        width: 100vw;
        text-align: center;
    }
}

.about-perks-top h1 {
    font-size: 32px;
}

.about-perks-bot {
    width: 1200;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}

@media screen and (max-width: 992px) {
    .about-perks-bot {
        width: 100vw;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
}

.about-perks-text {
    width: 400px;
    text-align: justify;
    font-size: 18px;
}

@media screen and (max-width: 992px) {
    .about-perks-text {
        width: 80vw;
    }
}

.about-perks-button a {
    text-decoration: none;
    padding: 20px;
}

.about-perks-button h4 {
    width: 950px;
    text-align: right;
    font-size: 12px;
    color: #009fff;
    letter-spacing: 3px;
}

@media screen and (max-width: 992px) {
    .about-perks-button h4 {
        text-align: center;
    }
}

@media screen and (max-width: 540px) {
    .about-perks-button h4 {
        font-size: 8px;
        margin: 20px 0px;
    }
}