.f-slider-three .owl-dots {
    width: fit-content;
    margin: auto;
    left: calc(50% - 75px);
    bottom: 60px;
}

.f-slider-three .owl-dots button.active {
    background-color: #ffffff;
    border-color: #ffffff;
}

.owl-stage {
    display: flex;
}

.owl-item {
    display: flex;
    flex: 1 0 auto;
}

.hero-section-three {
    width: 100%;
}

.hero-three {
    padding-top: 0;
}

.hero-section-three {
    background-position: center;
}

.main {
    display: flex;
    gap: 20px;
    align-items: center;
}

@media screen and (max-width: 767px) {
    .main img {
        max-width: 90px;
    }

    .main {
        align-items: flex-start;
    }
}

@media screen and (max-width: 475px) {
    .main img {
        max-width: 65px;
    }
}

@media screen and (max-width: 320px) {
    .main {
        align-items: flex-start;
        flex-direction: column;
    }
}
