.sg-wrapper-611dff4d {
    width: 100%;
    margin: 0 auto;
}

.sg-row-main-611dff4d {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.sg-col-left-611dff4d {
    display: flex;
}

.sg-col-right-611dff4d {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.sg-grid-item-611dff4d {
    display: flex;
    flex: 1;
    min-height: 250px;
}

.sg-grid-item-611dff4d.sg-reverse-611dff4d {
    flex-direction: row-reverse;
}

.sg-img-box-611dff4d {
    overflow: hidden;
    position: relative;
    display: flex;
}

.sg-img-box-611dff4d img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease, filter 0.5s ease;
}

.sg-content-box-611dff4d {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10%;
    transition: background-color 0.4s ease;
}

.sg-content-inner-611dff4d {
    max-width: 400px;
    width: 100%;
}

.sg-title-611dff4d {
    font-family: "Times New Roman", Times, serif;
    font-size: 32px;
    font-weight: 400;
    margin-bottom: 15px;
    letter-spacing: 1px;
    transition: color 0.3s ease;
}

.sg-desc-611dff4d {
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 25px;
    transition: color 0.3s ease;
}

.sg-btn-611dff4d {
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    padding-bottom: 5px;
    border-bottom-style: solid;
    letter-spacing: 2px;
    transition: color 0.3s ease, border-color 0.3s ease;
}

/* Hover Animations */
.sg-anim-zoom .sg-img-box-611dff4d:hover img {
    transform: scale(1.05);
}

.sg-anim-darken .sg-img-box-611dff4d:hover img {
    filter: brightness(0.7);
}

/* Responsive */
@media (max-width: 1024px) {
    .sg-content-box-611dff4d {
        padding: 5%;
    }
}

@media (max-width: 768px) {
    .sg-row-main-611dff4d {
        flex-direction: column;
    }
    
    .sg-col-left-611dff4d {
        width: 100% !important;
        min-height: 400px;
    }
    
    .sg-col-right-611dff4d {
        width: 100%;
    }
    
    .sg-grid-item-611dff4d,
    .sg-grid-item-611dff4d.sg-reverse-611dff4d {
        flex-direction: column;
    }
    
    .sg-img-box-611dff4d {
        min-height: 300px;
        width: 100% !important;
    }
    
    .sg-content-box-611dff4d {
        width: 100% !important;
    }
}