.main_section h1 {
    font-size: 44px;
}

.serv i {
    font-size: 42px;
    color: #f9d700;
}

.cus_form .form-control {
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #ccc;
}

.cus_form .form-control:focus {
    box-shadow: none;
    border-color: #f9d700;
}

.icon_box {
    gap: 20px;
        align-items: center;
}

.icon_box i {
    font-size: 30px;
    background: #f9d700;
    color: #fff;
    padding: 10px;
        display: inline;
        border-radius: 50%;
}
.icon_box p{
    font-size: 17px;
}
.icon_box p:first-child{
    font-size: 20px;
    color: #000;
    font-weight: 600;
}
.icon_box p a{
    color: #333
}
.logo_img{
    max-width: 100px;
}