.app-header {
    padding: 25px 0;
    border-bottom: 1px solid rgba(69, 69, 69, 0.3);
}

.container {
    max-width: 1250px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}

.contact-listing ul li {
    display: flex;
    align-items: center;
}

.contact-listing ul li p span {
    display: block;
}

.contact-listing ul li i {
    font-size: 35px;
    color: #f02830;
    margin-right: 7px;
}

.contact-listing ul {
    display: flex;
}

.contact-listing ul li p span:first-child {
    color: #454545;
    font-size: 14px;
    line-height: 18px;
}

.contact-listing ul li p span a {
    text-decoration: none;
    color: #000000;
}

.contact-listing ul li p span:not(:first-child) {
    margin-top: 5px;
    font-size: 14px;
}

.contact-listing ul li:not(:last-child) {
    margin-right: 20px;
}

.heroSwiper .swiper-slide {
    min-height: calc(100vh - 90px);
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right;
    align-items: center;
    display: flex;
    padding-left: 150px;
}

.swiper-button-prev {
    transform: rotate(180deg);
}

.swiper-button-next:after, .swiper-button-prev:after {
    content: none;
}

.swiper-button-next, .swiper-button-prev {
    font-size: 35px;
    color: #f02830;
    width: 55px;
    height: 55px;
    border-radius: 100%;
    border: 1px solid #f02830;
}

.red-container__text {
    font-weight: 700;
    font-size: 26px;
    line-height: 35px;
    color: rgb(255, 255, 255);
}

.red-container {
    background-color: #f02830;
    padding: 25px;
}

.info-container {
    display: flex;
}

.white-container {
    background-color: #ffff;
    padding: 25px;
}

.white-container__text {
    font-size: 15px;
    line-height: 18px;
    color: #000000;
}

@media only screen and (max-width: 768px) {
    .contact-listing ul, .info-container {
        flex-direction: column;
    }

    .contact-listing ul li:not(:last-child) {
        margin-right: 0px;
    }

    .contact-listing ul li:not(:first-child) {
        margin-top: 15px;
    }

    .heroSwiper .swiper-slide {
        padding-left: 0px;
        justify-content: center;
    }

    .red-container__text {
        font-size: 18px;
        line-height: 25px;
    }

    .swiper-button-next, .swiper-button-prev {
        width: 35px;
        height: 35px;
    }

    .swiper-button-next i, .swiper-button-prev i {
        font-size: 16px;
    }

    .heroSwiper .swiper-slide {
        min-height: calc(100vh - 198px)
    }
}