.company {
    max-width: 1334px;
    padding: 144px 0px 80px;
    text-align:center;
    margin: auto;
}

.about {
    color: #1A1A1A;
    text-align: center;
    font-family: Manrope;
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    margin: auto;
    margin-top: 32px;
    max-width: 1016px;
}

.grey {
    color: rgba(26, 26, 26, 0.70);
}

.logo {
	border-radius: 20px;
    width: 80px;
    height: 80px;
    background-image: url("./images/about-section-logo.svg");
    margin: auto;
    box-shadow: -0.5px -0.5px 1px 0 rgba(67, 95, 200, 0.50) inset, 0 0 10px 0 #7199E5 inset, 0.5px 0.5px 1px 0 rgba(255, 255, 255, 0.75) inset;
}

@media (max-width: 959px){
    .about {
        font-size: 36px;
    }
}
@media (max-width: 839px){
    .change-size {
        font-size: 32px;
    }
}

@media (max-width: 599px){
    .company {
        padding: 120px 0px 40px;
    }

    .change-size {
        font-size: 18px;
    }
}