body{
    margin: 0;
    padding: 0;
    font-family: "Montserrat", serif;
    font-weight: 400;
    color: #000;
    font-size: 14px;
}

header{
    background: #018EC9;
    color: #fff;
}
.same-btn {
    display: inline-block;
    color: #E5255E;
    background: #fff;
    padding: 12px 30px;
    border-radius: 40px;
    text-decoration: none;
    font-weight: 700;
    text-align: center;
}
header .same-btn {
    margin-top: 6px;
}
header .same-btn .fa {
    font-size: 18px;
    margin-right: 6px;
}

/* banner */

h1 {
    font-size: 40px;
    font-weight: 900;
    margin: 0;
}
.banner h4 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
}
.same-btn:hover{
    background: #E5255E;
    color: #fff;
}
.same-btn.bg-pink {
    background: #E5255E;
    color: #fff;
}
.same-btn.bg-pink:hover{
    background: #fff;
    color: #E5255E;
}
.banner-wave {
    margin-top: 30px;
}
.banner-wave .banner-btn {
    background: #018EC9;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 24px;
    font-weight: 700;
    padding: 8px 30px;
    display: inline-block;
    margin-top: 15px;
}

/* About */

section{
padding: 70px 0;
}
h3.secTitle img {
    margin-right: 10px;
}
h3.secTitle {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 25px;
    text-transform: uppercase;
}
.about-content {
    height: 300px;
    display: flex;
    align-items: center;
}

/* Case */

ul,li,a{
    padding: 0;
    margin: 0;
    list-style: none;
    text-decoration: none;
}
.case-based-workshop{
background: #011F47;
color: #fff;
}
.left-case-list li {
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 600;
}
.left-case-list li img{
    margin-right: 15px;
}
.right-case h5{
    font-size: 16px;
    text-transform: uppercase;
    margin: 15px 0 0 0;
    font-weight: 600;
}

/* registration */

.registration{
    background: url(../images/registration_bg.jpg);
    background-attachment: fixed;
background-size: cover;
    color: #fff;
}
.registration h5 {
    font-size: 16px;
    font-weight: 600;
}
.registration li{
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
}
.registration li img{
    margin-right: 15px;
}
.registration h3.secTitle{
    margin-bottom: 10px;
}


/* coordinator */

.coordinator h3.secTitle{
    margin-bottom: 10px;
}

.coordinator h5{
    font-size: 16px;
    font-weight: 600;
}

.coordinator ul li{
    padding: 0 30px;
    font-size: 16px;
    font-weight: 700;
    border-right: 1px solid #000;
}

.coordinator ul li:last-child{
    border: none;
}


@media(max-width:420px){
    body{
        text-align: center;
    }
    .banner-content {
        position: initial !important;
        background: #011d50;
    }
    header .same-btn {
        margin-top: 6px;
        font-size: 12px;
    }
    h1 {
        font-size: 24px;
        font-weight: 900;
        margin: 0 0 10px;
    }
    .banner h4 {
        font-size: 18px;
        font-weight: 600;
        margin-bottom: 20px;
    }
    .banner-wave .banner-btn {
        font-size: 14px;
        padding: 8px 15px;
    }
    .about-content {
        height: initial;
        display: block;
        align-items: center;
        text-align: center;
        margin-top: 30px;
    }
    section{
        padding: 30px 0;
    }
    h3.secTitle {
        font-size: 20px;
    
    }    
    .left-case-list li{
        font-size: 14px;
    }
    .right-case {
        margin-top: 30px;
    }
    .left-case-list {
        text-align: left;
        margin-left: 25px;
    }
    .same-btn.bg-pink.me-4 {
        margin: 0 0 15px !important;
    }
    .coordinator ul li {
        border-right: none;
        margin: 0 0 20px !important;
    }
}