#about {
    margin-top: 160px;
    overflow: hidden;
}

.about-header {
    margin-bottom: 40px;
}

.about-header h2 {
    margin-bottom: 40px;
}

.about-header h2 {
    margin-bottom: 2px;
    color: #022148;
}

.about-header hr {
    border: 1px solid #022148;
    width: 70px;
    opacity: 0.7;
    color: #022148;
    border-color: #022148;
    background-color: #022148;
    margin: 0px;
    margin-bottom: 1rem;
}

.about-header p {
    margin-right: 150px;
}

.banner-container {
    max-width: 100% !important;
    padding: 0px;
}

.about-banner {
    position: relative;
    width: 100%;
    height: 38rem;
}

.about-banner::before {
    content: '';
    background-color: #d3ab603b;
    position: absolute;
    width: 100%;
    height: 100%;
}

.banner-text {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: white;
    letter-spacing: 1px;
}

.banner-text h2 {
    font-size: 3rem;
    font-weight: 400;
    margin-right: 24vw;
    border-left: 2px solid #fec90f;
    padding-left: 20px;
    margin-bottom: 25px;
}

.banner-text p {
    margin-right: 13vw;
}

.about-banner img {
    object-fit: cover;
}

#about .container {
    max-width: 1000px;
}

.blocks-background-color {
    background-color: #0000000d;
    padding-top: 40px;
    padding-bottom: 180px;
}

.about-block {
    position: relative;
}

.block-blocks {
    display: flex;
}

.block-text {
    position: absolute;
    color: white;
    letter-spacing: 1px;
    top: 2%;
    padding: 30px;
}

.block-text h2 {
    font-size: 2rem;
    font-weight: 400;
    margin-right: 140px;
    border-left: 2px solid #fec90f;
    padding-left: 30px;
    margin-bottom: 25px;
}

.block-text p {
    margin-right: 50px;
}

.about-mini-block {
    padding: 20px;
    background-color: white;
    margin-right: 10px;
}

.about-mini-block:nth-of-type(2) {
    background-color: #022148;
    color: white;
}

.about-mini-block h4, .about-mini-block:nth-of-type(1) h5 {
    border-left: 2px solid #022148;
    color: #022148;
    padding-left: 10px;
}

.about-mini-block:nth-of-type(2) {
    background-color: #022148;
    color: white;
}

.about-mini-block:nth-of-type(2) p {
    border-left: 2px solid #fec90f;
    padding-left: 10px;
}

.about-mini-block p {
    font-size: 0.9rem;
}

.floating-banner-text {
    position: absolute;
    background-color: white;
    left: 24vw;
    top: -17%;
    margin-right: 44vw;
    padding: 40px;
    box-shadow: 0px 0px 2px 1px #d9d9d9
}

.floating-banner-text  h4 {
    border-left: 2px solid #022148;
    color: #022148;
    padding-left: 10px;
}

@media only screen and (min-width: 1921px) {

}

@media only screen and (max-width: 1921px) {

}

@media screen and (max-width: 1680px) {
    .banner-text {
        left: 42%;
    }
}

@media only screen and (max-width: 1400px) {

}

@media only screen and (max-width: 1200px) {

    .banner-text h2 {
        margin-right: 10vw;
    }

    .banner-text p {
        margin-right: 8vw;
    }

    .floating-banner-text {
        margin-right: 28vw;
    }
}

@media only screen and (max-width: 992px) {
    #about {
        margin-top: 120px;
    }
    
    .block-text h2 {
        margin-right: 60px;
    }
}

@media only screen and (max-width: 768px) {
    .about-header hr {
        width: 31vw;
    }

    .banner-text {
        left: 20%;
        transform: translate(-13%, -50%);
    }

    .floating-banner-text {
        margin-right: 18vw;
        left: 13vw;
    }

    .about-block {
        height: 540px;
        margin-bottom: 10px;
    }

    .block-text h2 {
        margin-right: 42vw;
    }

    .block-text p {
        margin-right: 33vw;
    }
}

@media only screen and (max-width: 576px) {
    .about-header p {
        margin-right: 80px;
    }

    .banner-text {
        left: 7%;
        transform: translate(-2%, -50%);
    }

    .about-block {
        height: 640px;
    }

    .block-text {
        top: -2%;
    }
}

@media only screen and (max-width: 480px) {
    .floating-banner-text {
        margin-right: 7vw;
        left: 7vw;
    }

    .about-block {
        height: 610px;
    }
}

@media only screen and (max-width: 420px) {
    .about-banner {
        height: 750px;
    }

    .block-text h2 {
        margin-right: 2vw;
    }

    .block-text p {
        margin-right: 7vw;
    }
}

@media only screen and (max-width: 360px) {
    .about-banner {
        height: 850px;
    }

    .about-block {
        height: 710px;
    }
}

@media only screen and (max-width: 320px) {

}