@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500&display=swap');

body{
    font-family: 'Poppins', sans-serif;
    background: #ececec;
}

.text-white.fs-2 {
    font-family: 'Courier New', Courier, monospace;
    font-weight: 600;
}

.col-md-6.rounded-4.d-flex.justify-content-center.align-items-center.flex-column.left-box {
    background: #103cbe;
}

.text-wrap.text-center {
    width: 17rem;
    font-family: 'Courier New', Courier, monospace;
}

.box-area{
    width: 930px;
}

.right-box{
    padding: 40px 30px 40px 40px;
}

::placeholder{
    font-size: 16px;
}

.rounded-4{
    border-radius: 20px;
}
.rounded-5{
    border-radius: 30px;
}

@media only screen and (max-width: 768px){

     .box-area{
        margin: 0 10px;

     }
     .left-box{
        height: 100px;
        overflow: hidden;
     }
     .right-box{
        padding: 20px;
     }

}