.dropdown-item {
        padding: 15px !important;
}

.service-font {
        font-size: 35px !important;
        font-weight: 700;
}

.Quick-Links {
        padding-left: 7%;
}

.service {
        padding: 2%;
        display: flex;
        align-items: center;
        padding-left: 10%;
        padding-right: 10%;
}

.service img {
        width: 250px;
        height: auto;
}

.service h4 {
        padding: 10px;
        font-size: 20px;
        color: black;
        background-color: rgb(248, 248, 241);
        box-shadow: 0 4px 10px rgba(117, 150, 239, 0.3);
}

.direction {
        flex-direction: row-reverse;
}

.web-dev {
        border-radius: 15px;
        width: 550px;
        height: 600px;
}

.web-design {
        width: 100%;
        height: auto;
        border-radius: 15px;
}

.app-dev {
        width: 100%;
        height: auto;
        border-radius: 15px;
}

.api-dev {
        width: 100%;
        height: auto;
        border-radius: 15px;
}

.e-commerce {
        width: 100%;
        height: auto;
        border-radius: 15px;
}

.digital-marketing {
        width: 100%;
        height: auto;
        border-radius: 15px;
}

.graphic-design {
        width: 100%;
        height: auto;
        border-radius: 15px;
}

.ui-ux {
        width: 100%;
        height: auto;
        border-radius: 15px;
}

.image-section-data {
        width: 250px;
        height: 200px;
        margin-bottom: 20px;
}

.about-image {
        width: 100%;
        height: 500px
}