h2 {
 font-size: 24px;
}
.contact-bg {
    background-position: 50%;
    background-size: cover;
    padding: 40px 0;
    position: relative;
    z-index: 1;
}
.section-title .title {
    font-size: 24px;
    margin-bottom: 0;
    display: flex;
    flex-wrap: wrap;
}
.what-will p {
 text-align: center;
}
.what-will p span{
 font-weight: 800;
}

.what-will ul {
list-style: none;
    padding: 0;
display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.what-will ul li{
background: #f1c232;
    margin: 0px 12px 14px 0;
    padding: 5px 12px;
    border-radius: 8px;
    width: fit-content;
    box-shadow: 0 0 4px 0 #00000080;
}
.mentor-section h2 {
 font-size: 24px;
}
.how-works {
background: #f1c232;
    padding: 48px 0;
    border: 2px solid #00000024;
}
.how-works img {
border-radius: 8px;
}
.how-works  .how-card {
padding-left: 12px;
}
.how-works h2 {
 margin-bottom: 18px;
    color: black;
    font-size: 24px;
}
.how-works span {
 font-weight: 800;
}
.how-works ul {
padding: 0 0 0 19px;
}
.how-works ul li{
 margin-bottom: 5px;
    color: black;
    font-size: 16px;
}

.why-choose ul {
list-style: none;
    padding: 0;
}
.mentor-section ul {
list-style: none;
    padding: 0;
}
.why-choose h2{
 margin-bottom: 18px;
    color: black;
    font-size: 24px;
}
.why-choose ul  li{
 margin-bottom: 5px;
    color: black;
    font-size: 16px;
}
.why-choose img {
  border-radius: 8px;
}
.mentor-section video {
border-radius: 8px;
height: 630px;
    object-fit: cover;
}
.telegram ul {
list-style: none;
    padding: 0;
}