#about-me .container {
    display: grid;
    grid-template-columns: calc(32% + 120px) 1fr;
    grid-auto-rows: minmax(10%, auto);
}

#about-me-background {
    background: #F8F8F8;
}

#about-me .container h2 {
    margin: 30px 0;
    grid-column: 2;
    grid-row: 1;
    align-content: end;
}

#about-me .container .img-cnt {
    box-sizing: border-box;
    grid-column: 1;
    grid-row: 1 / span 2;
    margin-right: 120px;
    font-size: 0;
    position: relative;
}

#about-me .container .img-cnt::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(90deg, rgba(255,255,255,0) 65%, rgb(248 248 248) 100%);
}

#about-me .container .img-cnt img {
    width: 100%;
}

#about-me .container .text-cnt {
    grid-column: 2;
    grid-row: 2;
    align-content: start;
}

#about-me .container .text-cnt p {
    font-size: 14px;
    line-height: 37px;
    letter-spacing: 2px;
    font-weight: 500;
}

#logo-row {
    background: #797979;
    text-align: center;
    padding: 50px 0;
}

#services .service .container{
    display: flex;
}

#services .service .service-image {
    margin-right: 150px;
    flex: 0 0 26%;
}

#services .service .service-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex: 0 0 calc(74% - 150px);
}

#services .service .service-content h5 {
    font-size: 25px;
    line-height: 37px;
    letter-spacing: 2px;
    margin: 0 0 40px 0;
    font-weight: 500;
}

#services .service .service-content p {
    font-size: 14px;
    line-height: 37px;
    letter-spacing: 2px;
    margin: 0 0 10px 0;
}

#services .service .service-content .service-mobile-image {
    display: none;
}

#services .service .service-content .service-mobile-image img {
    width: 100%;
}

#services .service:nth-child(even) {
    background: #F8F8F8;
}

#services .service:nth-child(even) .container {
    flex-direction: row-reverse;
}

#services .service:nth-child(even) .service-image {
    margin: 0 0 0 150px;
}

#services .service:nth-child(even) .cropped-image::before {
    border-left: 45px solid transparent;
    border-bottom: 400px solid #F8F8F8;
}

#services .service:nth-child(even) .cropped-image::after {
    border-right: 45px solid transparent;
    border-top: 400px solid #F8F8F8;
}

#sound-services p {
    max-width: 1160px;
    margin: auto;
    font-size: 14px;
    line-height: 37px;
    letter-spacing: 2px;
    font-weight: 500;
}

#sound-services .brands {
    max-width: 920px;
    margin: 100px auto 100px auto;
    display: flex;
    justify-content: space-between;
    gap: 30px;
    overflow: auto;
}
#sound-services .brands .brand {
    display: flex;
    align-items: center;
}
#sound-services .brands .brand img{width: 100%;}

@media (max-width: 1200px) {
    #about-me .container h2 {margin: 20px 0;}
    #about-me .container {grid-template-columns: calc(32% + 50px) 1fr;}
    #about-me .container .img-cnt {margin-right: 50px;}
    #about-me .container .text-cnt p {
        font-size: 13px;
        line-height: 33px;
    }
    #services .service:nth-child(even) .service-image {margin: 0 0 0 50px;}
    #services .service .service-image {margin-right: 50px;}
    #services .service .service-content {flex: 0 0 calc(74% - 50px);}
    #services .service .service-content h5 {margin: 30px 0;}
    #sound-services p {
        font-size: 13px;
        line-height: 33px;
    }
}

@media (max-width: 992px) {
    #about-me .container .text-cnt p {
        font-size: 13px;
        line-height: 30px;
        letter-spacing: 1px;
    }
    #about-me .container h2 {margin: 10px 0;}
    #services .service .service-content p {
        font-size: 12px;
        line-height: 29px;
        letter-spacing: 1px;
    }
    #services .service .service-content h5 {
        font-size: 20px;
        line-height: 20px;
    }
    #sound-services .brands {
        margin: 60px auto 60px auto;
    }
}

@media (max-width: 864px) {
    /*#about-me {*/
    /*    background-image: url('../images/rountos-cv-image-grayscale.webp');*/
    /*    background-repeat: no-repeat;*/
    /*    background-attachment: fixed;*/
    /*    background-position: center;*/
    /*}*/

    /*#about-me #about-me-background {background: none;}*/
    /*#about-me .container {grid-template-columns: 1fr;}*/
    /*#about-me .container .img-cnt {display: none;}*/
    /*#about-me .container h2 {margin: 30px 0 20px 0;}*/
    /*#about-me .container .text-cnt p {margin: 10px 0 30px 0;}*/

    #logo-row {padding: 30px 0;}
    #logo-row img{max-width: 200px;}
}

@media (max-width: 768px) {
    #about-me .container {
        display: flex;
        flex-direction: column;
        padding: 0;
    }
    #about-me .container h2 {
        order: 1;
    }
    #about-me .container .img-cnt {
        order: 3;
        margin: 0;
    }
    #about-me .container .text-cnt {
        order: 2;
    }
    #about-me .container .text-cnt p {
        font-size: 12px;
        line-height: 26px;
        padding: 0 20px;
    }
    #services .service .service-content .service-mobile-image {display: block;}
    #services .service .service-image {display: none;}
    #services .service .service-content {flex: 0 0 100%;}
    #services .service .service-content p {margin: 30px 0;}
    #sound-services p {
        font-size: 12px;
        line-height: 26px;
    }
}

@media (max-width: 576px) {

}