.about {
    background-color: #000;
    padding: 3em;
}

.about-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 7.438rem 0;
}

.about-images {
    width: 60%;
    margin-right: 3.75rem;
}

.row {
    display: flex;
    justify-content: space-between;
}

.row:first-child {
    margin-bottom: 1.25rem;
}

.row:after {
    content: "";
    display: table;
    clear: both;
}

.column:nth-child(2) {
    margin: 0 auto;
}

/* The Modal (background) */
.modal-estudio {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 3.125rem;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.9);
}

/* Modal Content */
.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    width: 80%;
    max-width: 1200px;
}

.mySlides img {
    width: 100%;
    height: auto;
    object-fit: cover;
    aspect-ratio: 16/7;
    margin-bottom: -8px;
}

.cursor {
    cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 1rem;
    margin-top: -3.125rem;
    color: white;
    font-weight: bold;
    font-size: 3.125rem;
    transition: 0.6s ease;
    border-radius: 3px 0 0 3px;
    user-select: none;
    -webkit-user-select: none;
}

.prev {
    left: -3.75rem
}


.next {
    right: -3.75rem;
    border-radius: 0 3px 3px 0;
}


.prev:hover {
    background: linear-gradient(270deg, #100101 0%, rgba(250, 142, 9, 0.52) 100%);

}

.next:hover {
    background: linear-gradient(90deg, #100101 0%, rgba(250, 142, 9, 0.52) 100%);
}

/* DOTS */
.dot-container {
    text-align: center;
    padding: 2rem 0;
    display: none;
}

.dot {
    height: 0.75rem;
    width: 0.75rem;
    margin: 0 0.3rem;
    background-color: #f7eedd66;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.3s ease;
    cursor: pointer;
}

.dot.active,
.dot:hover {
    background-color: #f7eedd;
}

.numbertext {
    color: #f2f2f2;
    font-size: 0.75rem;
    padding: 0.5rem 0.75rem;
    position: absolute;
    top: 0;
}

img {
    margin-bottom: -0.375rem;
}

.caption-container {
    text-align: center;
    background-color: black;
    padding: 0.125rem 1rem;
    color: white;
}

.demo {
    opacity: 0.6;
}

.active,
.demo:hover {
    opacity: 1;
}

img.hover-shadow {
    transition: 0.3s;
}

.hover-shadow:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.about-description {
    width: 40%;
}

.about-title {
    font-family: JoselinSansBold, sans-serif;
    font-size: 2.25rem;
    line-height: 111%;
    text-align: center;
    color: #f7eedd;
}

.about-description svg {
    display: block;
    margin: 2.5rem auto 3.125rem;
}

.about-description-text {
    font-weight: 400;
    font-size: 1.25rem;
    line-height: 160%;
    color: #fff;
}

.about-description-text strong {
    color: #ffbf70;
}

.about-slogan {
    font-size: 2rem;
    line-height: 125%;
    text-align: center;
    color: #a27845;
    width: 80%;
    margin: 9.313rem auto 5.5rem
}