#section1{
    width: 100%;
    padding: 0;

}
#section1 .banner1{
    position: relative;
    top: 80px;
    margin-bottom: 80px;
}
#title-section{
    padding: 0;
    width: 100%;}
.talk-title{
    font-size: 20px;
    padding: 10px 0;
    color: white;
    text-align: center;
    width: 100%;
    background-color: #272C6D;
}
.banner1 img{
    max-height: 700px;
    width: 100%;
    object-fit: cover;
}
.details{
    min-width: 600px;
    color: #272C6D;
    display: inline;
    padding: 40px 10px;
}
#section2 .container{
    max-width: 1200px;
    height: auto;
}

.memo{
    color: #272C6D;
    min-width: 300px;
    height: 100%;
    
    /* height: auto; */
    border-top: 10px solid #D29241;
    padding: 40px 40px;
    box-shadow: 0px 3px 6px #00000029;
}
.memo_container{
    width: 100%;
}
.memo .button{
    color: #272C6D;
    margin: 20px 0;
    text-align: center;
    background-color: #ECD996;
    width: 100%;

}
.enroll_btn{
    width: 100%;
}
@media (max-width: 900px) {
    .container-fluid{
        padding: 5px;
    }
    .memo{
        margin: 10px;

    }
    .d-flex{
       display: block!important;
    }
   #contact-section .form{
       width: 100%;
   }
   #floating_box .d-flex{
       display: flex!important;
   }
}