/* Inline styles moved from HTML */

/* Why choose us section */
.why-choose-us-section {
    text-align: center;
    padding: 0 2em 2em 2em;
}

/* Swiper container override */
.swiper-container {
    width: 100%;
    max-width: 1200px;
    margin: auto;
    padding-top: 50px;
    padding-bottom: 50px;
}

/* Center aligned column */
.center-aligned-column {
    text-align: center;
}

/* Main title heading */
.main-title-heading {
    font-size: 2.8rem;
    max-width: 600px;
    margin: 0 auto;
}

/* Responsive image */
.responsive-image {
    max-width: 100%;
    height: auto;
}

/* Cover block with min height */
.cover-block-min-height {
    min-height: 480px;
    aspect-ratio: unset;
}

/* Social media links */
.social-facebook {
    --color: #557dbc;
    --background-color: transparent;
}

.social-twitter {
    --color: #7acdee;
    --background-color: transparent;
}

.social-instagram {
    --color: #8a3ab9;
    --background-color: transparent;
}

/* Cover block */
.cover-block {
    min-height: 480px;
    aspect-ratio: unset;
}

/* Flex basis for columns */
.flex-basis-33 {
    flex-basis: 33.33%;
}

.flex-basis-66 {
    flex-basis: 66.66%;
}

/* Media text grid */
.media-text-grid {
    grid-template-columns: 56% auto;
}

/* Background image cover */
.bg-cover {
    background-image: url(./images/2020-02-bg-09-free-img.jpg);
    min-height: 350px;
    aspect-ratio: unset;
}

/* Text color */
.text-color-dark {
    color: #22323d;
}

/* Large heading */
.large-heading {
    font-size: 90px;
}

/* Flex basis for columns */
.flex-basis-100 {
    flex-basis: 100%;
}

/* Border radius styles */
.border-radius-0 {
    border-radius: 0px;
}

.border-radius-65 {
    border-radius: 65px;
}
