﻿.head-image {
    height: 450px;
}

@media (max-width:550px) {
    .head-image {
        height: 132px;
        background-size: cover;
    }
}

.title-container {
    background: #22b24c;
    padding: 15px 25px;
    margin-top: -30px;
    display: inline-block;
}

    .title-container h1 {
        font-size: 3rem;
        font-weight: bold;
        margin-bottom: 0;
    }

.boxes {
    background: #eee;
    padding: 35px;
    border-radius: 50px 0 50px 0;
    text-align: right;
    direction: rtl;
    height: 100%;
}

.boxes-radius {
    border-radius: 50px 0 50px 0 !important;
}

.boxes h2 {
    font-weight: bold;
    color: #22b24c;
}

.boxes ul li {
    font-weight: bold;
    margin-left: 10px;
    margin-bottom: 10px;
    list-style: none;
    display: inline-block;
    background: #fff;
    padding: 10px 20px;
    border-radius: 100px;
    font-size: 16px;
}

.white-box {
    background: #fff;
    border-radius: 25px;
    padding: 35px;
}

@media (max-width: 768px) {
    .title-container h1 {
        font-size: 21px !important;
        line-height: 1.5 !important;
    }

    .title-container {
        margin-top: 10px !important;
    }

    .heading.heading-center .title, .heading.heading-center p {
        font-size: 18px !important;
    }
}
