* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.9.1/font/bootstrap-icons.css");
.container-2 {
    margin: 0 auto;
    width: 80%;
    padding: 55px;
    margin-top: 50px;
    border-radius: 0;
    /* position: absolute; */
    /* left: 50%; */
    /* top: 50%; */
    /* transform: translate(-50%, -50%); */
    /* background: rgb(255, 119, 119); */
}

section .row {
    box-shadow: rgba(0, 0, 0, 0.3) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

.col-md-7 {
    padding: 20px;
}

.col-md-5 {
    background: #0073c5cb;
    padding: 20px;
    color: white;
}

.form-control {
    height: 52px;
    background: #fff;
    color: #000;
    font-size: 14px;
    border-radius: 2px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.bi {
    font-size: 20px;
}

.d-flex p {
    font-size: 15px;
    padding-left: 10px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

iframe {
    width: 100%;
    /* height: auto; */
    height: 250px;
    display: block;
}

.input,
textarea {
    /* border-color: rgba(3, 127, 216, 0.692) !important; */
    border-radius: 10px;
}

.content-form label {
    /* color: #0072C5; */
    font-weight: 500;
}

@media only screen and (max-width:780px) {
    .container-2 {
        width: 100%;
        /* position: absolute; */
        left: 50%;
        top: 90%;
    }
}


/* @media only screen and (max-width:1068px) {
    iframe {
        width: 260px;
    }
}
*/

@media only screen and (max-width:968px) {
    .col-md-5 p {
        font-size: 80%;
    }
}