#about {
    margin-top: 4rem;
    margin-bottom: 2rem;
}
.contact-item .address-info {
    background-color: #084B91;
    color: white;
    border-radius: 18px !important;
    margin-right: 5rem;
}
#about .container {
    background-color: white;
}
.elementor-icon i {
    width: 3em;
    height: 3em;
    position: relative;
    display: block;
    background: #22adec;
    border-radius: 50%;
    text-align: center;
    padding-top: 4%;
    padding-bottom: 5%;
    margin: 5% 0 16px 45%;
}
.elementor-icon-one i {
    width: 3em;
    height: 3em;
    position: relative;
    display: block;
    background: #22adec;
    border-radius: 50%;
    text-align: center;
    padding-top: 4%;
    padding-bottom: 5%;
    margin: 5% 0 16px 45%;
}
.elementor-icon-two i {
    width: 3em;
    height: 3em;
    position: relative;
    display: block;
    background: #22adec;
    border-radius: 50%;
    text-align: center;
    padding-top: 4%;
    padding-bottom: 5%;
    margin: 5% 0 16px 45%;
}
.address-title {
    font-family: "Inter", Sans-serif;
    font-size: 18px;
    font-weight: 500;
    margin: 42%;
}
.address p {
    margin-top: 8px;
    margin-bottom: 1rem;
    text-align: center;
}
.address ul {
    margin-top: 8px;
    margin-bottom: 1rem;
    text-align: center;
}
.contact-item .mobile ul li {
    list-style-type: none;
}
.email-title {
    font-family: "Inter", Sans-serif;
    font-size: 18px;
    font-weight: 500;
    margin: 45%;
}
.address .email {
    text-align: center;
}
.contact {
    background: #00A091;
    padding: 10px;
    border-radius: 18px;
}
.contact-stack {
    width: 100%;
    border-radius: 5px;
}
.form-label {
    color: #0f0f0f;
    font-weight: 700;
}
.form-control {
    height: 3.5rem;
}
#about .btn {
    border-radius: 2.25rem;
    margin-bottom: 14px;
    font-weight: bold;
}
.map-section {
    margin-left: 8%;
    margin-top: 5rem;
}
.map-section iframe {
    width: 92%;
    height: 49%;
    margin-bottom: 10%;
}
.boxed-btn {
    background: #2e536b;
    color: #fff;
    display: inline-block;
    padding: 13px 32px;
    font-family: "Rubik", sans-serif;
    font-size: 16px;
    font-weight: 400;
    border: 0;
    border: 1px solid transparent;
}