.about-main-section {
    background-color: #fcfcfc!important;
    color: #666666;
}
.about-main-section .covers-image {
    width: 30vw;
    margin-left: 2rem;
    height: auto;
    max-width: 350px;
}

.icon-section {
    display: flex;
}

.icon {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin: .5rem;
    padding: .75rem;
    width: 100px;
    height: 100px;
    background-color: #202027;
    margin-bottom: 2rem;
}

.icon img {
    width: 40px;
}

@media (max-width: 800px) {
    .about-main-section {
        flex-direction: column;
        justify-content: center;
    }

    .about-main-section .covers-image {
        margin-top: 2rem;
        height: 30vh;
        width: auto;
    }
}

@media (min-width: 800px) {
    .about-main-section .call-to-action div {
        columns: 4;
        column-width: 24rem;
        column-gap: 3rem;
    }

    h1 {
        width: 100%;
    }
}