h1, h2, h3, h4 {
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    font-weight: 700;
}

p {
    font-family: "Poppins", Arial, Helvetica, sans-serif;
}

img.img-fluid.logo {
    max-width: 500px;
}
.home_section {
    padding: 100px 80px;
    position: relative;
}

.positions_button {
    background-color: #0FEBD7;
    color: #000650;
    border-radius: 8px;
    border: none;
}

.positions_button:hover{
    background-color: #000650;
    color: #ffffff;
    border-radius: 8px;
    border: none;
}

.about {
    background-color: #000650;
    color: #ffffff;
    background-image: url(/sites/mobalyz/image/png/m_graphic.png);
    background-repeat: no-repeat;
}

.about-row {
    margin-bottom: 80px;
}

.stroke {
    padding-bottom: 50px;
}

.icon {
    max-width: 90px;
}

.about h2 {
    font-size: 36px;
    font-weight: 700;
}

.about h3 {
    font-size: 20px;
    margin-bottom: 20px;
}

.about p {
    font-size: 15px;
    line-height: 1.7;
    opacity: 0.9;
}

.why-item {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 30px;
}

.icon {
    width: 90px;
    flex-shrink: 0;
}

.why-title {
    font-weight: 600;
    margin-bottom: 5px;
}

.brand-box {
    background-color: #ffffff;
    border-radius: 20px;
    padding: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    max-width: 700px;
    margin: 0 auto;
}

.brand-box img {
    max-height: 80px;
    width: auto;
}

.partners {
    text-align: center;
}

.taxi-img {
    width: 85%;
    max-width: 500px;
    height: auto;
}

.about-inner {
    max-width: 1200px;
    margin: 0 auto;
}

.banner_section {
    background-color: #04070D;
    text-align: center;
}

.banner_section img {
    max-height: 200px;
    width: auto;
    max-width: 100%;
}

.footer {
    background-color: #0FEBD7;
    color: #000650;
    text-align: center;
}

.footer a{
    color: #000650 !important;
}