.fep-header-background {
    background-image: linear-gradient(to bottom, rgb(32 32 32), rgb(47 68 110));
    color: white;
}

.fep-header-container {
    padding-left: 20%;
}

.fep-header-background h1 {
    color: white;
}

.fep-header-background .fep-subheader {
    color: #6990df;
}

.fep-header-background .fep-subcontainer {
    color: #dadada;
}

.circle-icon {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    text-align: center;
    line-height: 100px;
    vertical-align: middle;
    box-shadow: 0px 0px 11px 1px #bbbbbb;
}

.shape-one {
    height: 50rem;
    width: 50rem;
    max-width: 100%;
    background-color: #4462a1;
    margin-bottom: 30px;
    float: left;
    margin-right: 20px;
    border-radius: 60px;
    shape-outside: padding-box;
    position: absolute;
    transform: rotate(50deg);
    left: -400px;
}

.description-header {
    font-size: 4rem;
}

.about-box {
    background-color: #4462a1;
    border-radius: 40px;
    padding: 3rem;
    color: white;
}

.text-box {
    background-color: white;
    color: #b7b7b7;
    padding: 3rem;
    border-radius: 10px;
    width: 100%;
    box-shadow: 0px 0px 20px 2px #00000054;
}

@media (max-width: 768px) {
    .shape-one {
        display: none;
    }

    .about-box {
        padding: 1.5rem;
    }

    .text-box {
        padding: 1.5rem;
    }
}
