#Events {
    background-color: #EAF4F4;
    padding: 60px 0;
}

#event h4 {
    position: relative;
    font-weight: 600;
    font-size: 30px;
}
#event h4::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 100px;
    height: 4px;
    background-color: #ff0040;
    border-radius: 10px;
}


#event {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 40px;
}
@media only screen and (max-width:768px) {
    #event {
        display: flex;
        margin-top: 10px;
        flex-direction: column-reverse;
        row-gap: 20px;
    }
    #Events {
        background-color: #EAF4F4;
        padding: 10px 0;
    }
    .Register {
        padding-top: 4px;
        padding-left: 18px !important;
    }
}

.event-detalis {
    background-color: #fff;
    padding: 20px;
}
.event-detalis  .contact-detalis{
    display: flex;
    column-gap: 10px;
    margin-bottom: 20px;
}

.event-detalis  .contact-detalis a{
    color: black;
}
.event-detalis  .contact-detalis a:hover {
    text-decoration: underline;
}

.event-detalis .location {
    margin-bottom: 20px;
}
.event-detalis .location i {
    margin-right: 10px;
}
.event-detalis .location a {
    color: black;
}
.event-detalis .location a:hover {
    text-decoration: underline;
}
.event-detalis .map iframe {
    border: 0;
}



.Register  {
    padding-top: 20px;
    padding-left: 40px;
}

.Register form {
    display: flex;
    flex-direction: column;
}
.Register form label {
    margin-top: 10px;
    margin-bottom: 10px;
}
.Register form label span {
    color: red;
    margin-right: 5px;
}
.Register form input {
    padding: 6px;
    width: 75%;
}
.Register form .Submit {
    margin-top: 20px;
    padding: 10px;
    width: 35%;
}
.Register form .Submit {
    background-color: #ff0040;
    border: 0;
    border-radius: 50px;
    color: #fff;
}
.Register form .Submit:hover {
    background-color: #0d2252;
}


/* Highlights & Why LLC */

#Highlights {
    display: flex;
    column-gap: 20px;
}

@media only screen and (max-width:768px){
    #Highlights {
        flex-direction: column;
    }
}

#Highlights h4 {
    position: relative;
    font-weight: 600;
    font-size: 30px;
}
#Highlights h4::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 100px;
    height: 4px;
    background-color: #ff0040;
    border-radius: 10px;
}

#Highlights ul {
    margin-top: 30px;
}
#Highlights ul li {
    list-style: decimal;
    margin-bottom: 5px;
}

/* Highlights & Why LLC */

#Highlights {
    display: flex;
    column-gap: 20px;
}

@media only screen and (max-width:768px){
    #Highlights {
        flex-direction: column;
    }
}

#Highlights h4 {
    position: relative;
    font-weight: 600;
    font-size: 30px;
}
#Highlights h4::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 100px;
    height: 4px;
    background-color: #ff0040;
    border-radius: 10px;
}

#Highlights ul {
    margin-top: 30px;
}
#Highlights ul li {
    list-style: decimal;
    margin-bottom: 5px;
}