.main-campaign-container {
    margin: 5px 100px 90px;
}
.section-title {
    padding: 34px 0px 10px;
    font-family: Archivo;
    font-weight: 700;
    font-size: 36px;
    line-height: 1.2;
    letter-spacing: 0;
    text-align: center;
    color: rgba(25, 25, 25, 1);
    margin-bottom: 0px;
}
.image-item {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 30px;
}
.image-item a {
    width: 100%;
    height: 100%;
}
.image-item .image-content {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    border-radius: 30px;
}
.image-rows-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.gallery-item-1 {
    width: 820px;
    height: 321px;
}
.gallery-item-2 {
    width: 260px;
    height: 321px;
    margin-left: 18px;
}
.gallery-item-3 {
    width: 541px;
    height: 265px;
    margin-top: 14px;
}
.gallery-item-4 {
    width: 541px;
    height: 265px;
    margin-left: 17px;
    margin-top: 14px;
}
hr{
    width: 100%;
    margin: 0 !important;
    border: none !important;
}
	.main-campaign-container .section-subtitle {
		font-family: 'Archivo', sans-serif;
		font-size: 22px;
  		line-height: 1.2;
  		font-weight: 400;
  		color: #191919;
  		text-align: center;   /* centers in both desktop + mobile */
  		margin: 0px auto 16px;
  		max-width: 800px;
}

@media (max-width: 1300px) {
    .main-campaign-container {
        margin: 30px 16px 40px 13px;
    }
    .section-title {
        padding: 0px 0px 20px;
        font-family: Archivo;
        font-weight: 700;
        font-size: 35px;
        line-height: 100%;
        letter-spacing: 0;
        text-align: center;
        vertical-align: middle;
        text-transform: capitalize;
        color: #000000;
    }
    .image-rows-wrapper {
        display: grid;
        row-gap: 20px;
        column-gap: 18px;
        grid-template-columns: 238px;
    }
    .gallery-item-1 {
        grid-area: 2 / 1 / 3 / 2;
        width: 100%;
        max-width: 238px;
        height: 321px;
        margin: 0;
    }
    .gallery-item-3 {
        grid-area: 1 / 1 / 2 / 3;
        width: 100%;
        max-width: 411px;
        height: 230px;
        margin: 0;
    }
    .gallery-item-2 {
        grid-area: 2 / 2 / 3 / 3;
        width: 100%;
        max-width: 152px;
        height: 321px;
        margin: 0;
    }
    .gallery-item-4 {
        grid-area: 3 / 1 / 4 / 3;
        width: 100%;
        max-width: 411px;
        height: 230px;
        margin: 0;
    }
}
@media (min-width: 1024px) and (max-width: 1300px) {
    .main-campaign-container {
        margin: 70px 100px 90px;
    }
    .section-title {
        padding: 0px 0px 50px;
        font-family: Archivo;
        font-weight: 700;
        /* font-size: 62px; */
        line-height: 100%;
        letter-spacing: 0;
        text-align: center;
        color: rgba(25, 25, 25, 1);
        margin-bottom: 0px;
    }
}