.related-projects {
    padding: 20px 50px;
}

.accordian-wrapper p {
    padding-bottom: 5px;
}

.accordian-wrapper h2 {
    margin-top: 20px;
}

.villa-content-section {
    height: 660px;
}

.villa-content{
    width: 1290px;
}

@media (min-width: 320px) and (max-width: 767px) {

    .villa-content-section {
        position: relative;
        height: 650px;
        max-width: 1400px;
        margin: auto;
        width: 350px;
    }

    .accordian-wrapper h2 {
        margin-top: 20px;
    }

    .accordian-wrapper p {
        padding-bottom: 5px;
    }

    .villa-content {
        width: 350px !important;
        margin: auto;
    }

    .related-projects h2 {
        margin-bottom: 10px;
    }

    .related-projects {
        padding: 10px 20px;
    }

    .villa-black-title {
        font-size: 25px !important;
    }

    .vila-title {
        font-size: 12px;
    }

    .section-red {
        background-color: #FF0000;
        padding: 20px;
        width: 340px !important;
        color: white;
        position: absolute;
        top: 28% !important;
        right: 2% !important;
        border-radius: 10px;
    }

    .section-blue {
        background-color: #000B87;
        padding: 20px;
        width: 340px !important;
        color: white;
        position: absolute;
        top: 78% !important;
        right: 2% !important;
        border-radius: 10px;
    }

    .section-green {
        background-color: #007E37;
        padding: 20px;
        width: 340px !important;
        color: white;
        position: absolute;
        top: 52% !important;
        right: 2% !important;
        border-radius: 10px;
    }

    .section-light-blue {
        background-color: #52A3FF;
        padding: 20px;
        width: 340px !important;
        color: white;
        position: absolute;
        top: 3% !important;
        right: 2% !important;
        border-radius: 10px;
    }

    .image-section {
        display: none;
    }

    .block-heading {
        font-size: 14px;
    }

    .block-para {
        font-size: 12px;
    }

    .banner-description {
        font-size: 14px;
    }

    .rohaan {
        font-size: 28px !important;
    }

    .text-primary {
        font-size: 28px !important;
        padding-left: 0px;
    }

    .box{
        width: auto;
        align-items: center;

    }
}