.about-title-1 {
    margin-top: 80px;
}

.about-title-1 p {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 800;
    font-size: 72px;
    color: #2C2C2C;
    text-align: center;
}

@media (max-width: 640px) {
    .about-title-1 {
        margin-top: 40px;
        padding: 0px 20px;
    }

    .about-title-1 p {
        font-size: 40px;
    }
}

.about-description-1 {
    margin-top: 20px;
    margin-bottom: 40px;
    padding: 0px 100px;
}

.about-description-1 p {
    font-family: 'Outfit';
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    color: #444444;
    text-align: center;
}

@media (max-width: 640px) {
    .about-description-1 {
        padding: 0px 20px;
    }

    .about-description-1 p {
        font-size: 16px;
    }
}

.about-image-1 {
    margin-top: 30px;
    width: 100%;
}

.about-image-1 img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    display: block;
}

@media (max-width: 640px) {
    .about-image-1 {
        margin-top: 10px;
    }

    .about-image-1 img {
        width: 100%;
        height: 200px;
    }
}

.about-content-1 {
    margin-top: 50px;
}

.about-content-1 p {
    font-family: 'Outfit';
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    color: #444444;
    margin: 0px 20px;
}

@media (max-width: 640px) {
    .about-content-1 p {
        font-size: 16px;
    }
}

.stamp {
    text-align: center;
    margin-top: 20px;
}

.stamp img {
    width: 90px;
    height: 90px;
}