.about-custom-div1 {
    width: 550px;
}

.about-custom-div1 img {
    width: 500px;
    height: 300px;
    object-fit: cover;
}

.about-custom-div2 {
    position: relative;
    width: 100%;
    background-image: url('../components/jpg/sunset2.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: white;
    padding: 50px 0;
}

.about-custom-div2 h3, 
.about-custom-div2 h5, 
.about-custom-div2 p {
    z-index: 1;
    color: white;
}

.about-description {
    font-size: 17px;
}

.about-custom-div2 img {
    width: 140px;
    height: 140px;
    object-fit: cover;
    border-radius: 10%;
    border: 1px solid grey;
}

.about-custom-div2 .overflow-container {
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 10px; 
    -webkit-overflow-scrolling: touch; 
    scrollbar-width: none;
}

@media (max-width: 900px) {

    .about-custom-div2 img {
        width: 70px;
        height: 70px;
    }

    .about-custom-div2 p {
        font-size: 13px;
    }

}   