/* Add your CSS styles here */
body,
.mobile-design {
    font-family: poppins;
    background-color: #00274c;
    margin: 0;
    padding: 0;
    color: white;
}

h2 {
    font-family: "Poppins", sans-serif;
    font-weight: bold;
    font-size: 24px;
    color: #ffffff;
    letter-spacing: 0.01em;
    line-height: 24px;
}

p {
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-size: 16px;
    color: #ffffff;
    letter-spacing: 0.01em;
    line-height: 32px;
}

.container {
    max-width: 100%;
    padding: 20px;
}

.block {
    margin-bottom: 20px;
}

.block img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.block-text {
    display: flex;
    align-items: flex-end;
    /* Align items at the bottom */
}

.block-text img {
    width: 118px;
    height: 118px;
    margin-right: 10px;
}

.block-text div {
    flex-grow: 1;
    /* Allow the text to take remaining space */
}

.block-text h2,
.block-text p {
    margin: 0;
    /* Remove default margin */
}

.slider {
    position: relative;
    display: flex;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    /* Smooth scrolling on iOS */
    scrollbar-width: none;
    /* Hide scrollbar for Firefox */
    -ms-overflow-style: none;
    /* Hide scrollbar for IE and Edge */
}

.slider::-webkit-scrollbar {
    display: none;
    /* Hide scrollbar for Chrome, Safari, and Opera */
}

.slick-slideshow__slide {
    flex: 0 0 auto;
    width: 65%;
    max-width: 100%;
    position: relative;
    padding-right: 20px;
}

.header-overlay,
.slick-slideshow__slide img {
    width: 100%;
    height: auto;
}

.block-heading {
    font-size: 24px;
    margin-bottom: 10px;
    font-weight: bold;
}

.header-overlay {
    padding-top: 10px;
    padding-bottom: 25px;
    text-align: left;
    height: 32px;
    font-size: 14px;
    line-height: 2;
    font-style: normal;
    font-family: "Poppins", sans-serif;
    letter-spacing: 0.01em;
    display: inline-flex;
}

.icon-view {
    margin-right: 10px;
    width: 32px;
    height: 32px;
    background-color: #ffffff;
    border-radius: 50%;
    font-family: "Poppins", sans-serif;
    font-weight: bold;
    font-size: 18px;
    color: #00274c;
    line-height: 1.7;
    text-align: center;
}

.slick-list {
    padding-left: 0px !important;
}

.os-image {
    display: none;
}