.logo a {
    display: flex;
    align-items: center;
    gap: 5px;
}
.et-header {
    background: #fff;
}
.logo img {
    width: 70px;
}
.logo h1 {
    font-size: 32px;
    font-weight: 700;
    line-height: 28px;
    margin: 0;
    color: #00b5f0;
    font-family: "Poppins", serif;
}
.logo span {
    display: block;
    font-size: 20px;
    color: #2c508d;
}
.et-sticky .logo img {
    width: 60px;
}
.et-sticky .logo h1 {
    font-size: 24px;
}
.et-sticky .logo span {
    font-size: 16px;
}
.et-sticky .logo h1,
.et-sticky .logo span {
    color: var(--white);
}
.et-sticky .et-header-nav > li > a {
    color: var(--white);
}
.swiper-banner {
    padding: 200px 0;
}
.swiper-banner-1 {
    background-image: url(../img/banner1.jpg);
}
.swiper-banner-2 {
    background-image: url(../img/banner2.jpg);
}
.swiper-banner-3 {
    background-image: url(../img/banner3.jpg);
}
.swiper-banner .et-btn {
    padding: 15px 30px;
}
.et-about__txt p {
    text-align: justify;
}
.auction-cta a {
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 16px;
}
.et-auctions-event-tab p {
    font-size: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.et-blog p {
    font-size: 14px;
    margin-bottom: 20px;
}
.et-footer-widget p {
    font-size: 14px;
    margin-bottom: 15px;
}
.et-breadcrumb {
    background: url("../img/inner-banner.jpg") no-repeat;
    background-position: top center;
    background-size: cover;
}
.contact-details .icon img {
    width: 30px;
}
.col-item {
    width: calc(33.33% - 30px);
}
.col-full {
    width: 100%;
}
.gallery img {
    width: 100%;
}
.service-content h3 {
    font-size: 36px;
    color: #00b5f0;
    font-weight: bold;
    margin-bottom: 25px;
}
.service-content h5 {
    font-size: 20px;
    color: #00b5f0;
    font-weight: 600;
    margin-bottom: 15px;
}
.service-content p {
    font-size: 16px;
    font-weight: 300;
    color: rgba(88, 89, 91, 1);
    margin-bottom: 16px;
}
.service-content ul {
    margin-bottom: 16px;
}
.service-content li {
    font-size: 16px;
    font-weight: 300;
    color: rgba(88, 89, 91, 1);
    margin-bottom: 10px;
    list-style: disc;
    margin-left: 15px;
}
.service-content strong {
    color: #2c508d;
    font-weight: 600;
}
@media screen and (max-width: 768px) {
    .logo img,
    .et-sticky .logo img {
        width: 52px;
    }
    .logo h1,
    .et-sticky .logo h1 {
        font-size: 26px;
    }
    .logo span,
    .et-sticky .logo span {
        font-size: 18px;
    }
    .et-header-nav > li > a {
        color: var(--white);
    }
    .et-sidebar.active .logo h1 {
        font-size: 24px;
    }
    .et-sidebar.active .logo span {
        color: var(--white);
        font-size: 16px;
    }
    .swiper-banner {
        padding: 120px 0;
        background-size: 200% 90%;
    }
    .et-about-img {
        margin-left: 0;
    }
    .et-countdown .number {
        text-align: center;
        width: auto;
    }
    .et-breadcrumb-title {
        font-size: 32px;
    }
    .et-breadcrumb {
        padding: 120px 0 60px;
    }
    .contact-form .col-item {
        width: 100%;
    }
    .contact-details {
        padding: 30px 15px;
    }
    .contact-details span {
        font-size: 18px;
    }
    .contact-details h4 {
        font-size: 16px;
    }
    .contact-details .icon {
        width: 48px;
        height: 48px;
    }
    .contact-details .icon img {
        width: 24px;
    }
    .service-content h3 {
        font-size: 28px;
        line-height: 32px;
    }
}
