.what-you-learn-module {
  background-repeat: no-repeat;
  background-position: center;
  padding: 80px 0;
  color:#fff;
}
.what-you-learn-module .what-you-learn-top-section {
  margin-bottom: 60px;
}
.what-you-learn-module .what-you-learn-top-section h1,
.what-you-learn-module .what-you-learn-top-section .h1{
  color: #ffffff;
  position: relative;
  text-align: center;
  padding:0 0 25px;
}
.what-you-learn-module .what-you-learn-top-section h1:after,
.what-you-learn-module .what-you-learn-top-section .h1:after{
  background-color: #3b4afe;
  bottom: 0;
  content: "";
  height: 7px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 70px;
}
.what-you-learn-module .what-you-learn-item {
  background: rgba(57, 73, 114, 1.0);
  position: relative;
  min-height: 400px;
  border-radius: 16px;
  box-shadow: 0 4px 30px rgb(0 0 0 / 10%);
}
.what-you-learn-wrapper.row-fluid.center {
  justify-content: center;
}
.what-you-learn-module .what-you-learn-item h1,
.what-you-learn-module .what-you-learn-item h2,
.what-you-learn-module .what-you-learn-item h3,
.what-you-learn-module .what-you-learn-item h4,
.what-you-learn-module .what-you-learn-item h5,
.what-you-learn-module .what-you-learn-item h6,
.what-you-learn-module .what-you-learn-item .h1,
.what-you-learn-module .what-you-learn-item .h2{
  color:#fff;
}


.what-you-learn-module .what-you-learn-item .corner {
  vertical-align: middle;
  position: absolute;
  top: 0px;
  left: 0px;
  max-width: 40px;
  height:auto;
}

.what-you-learn-module .what-you-learn-item  ul {
  padding-left: 10px;
  float: left;
  padding-right: 10px;
  width: 49%;
}

.what-you-learn-module .what-you-learn-item ul li {
  line-height: 20px;
  list-style: none;
  margin-bottom: 12px;
  padding-left: 22px;
  position: relative;
}
.what-you-learn-module .what-you-learn-item ul li:before {
  content: "\f00c";
  font-family: fontawesome;
  margin-right: 10px;
  position: absolute;
  left: 0;
  top: 0;
}

.what-you-learn-module .button-section{
  margin: 50px 0 0;
  text-align:center;
}
.what-you-learn-module a.download-button,
.download-popup-form-wrapper a.download-button{
  text-decoration: none;
  color: #fff;
  background: #2baf71;
  padding: 10px 20px;
  border-radius: 5px;
  width: auto;
  text-align: center;
  display: inline-block;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  border: 4px solid #2baf71;
}

.what-you-learn-module a.download-button:hover,
.download-popup-form-wrapper a.download-button:hover{
  background: #148c54;
  color: #fff;
  border-color:#148c54;
}

@media (min-width:769px){
  .what-you-learn-module .accordion-trigger{display:none;}
  .what-you-learn-module .accordion-title {
    pointer-events: none;
  }
  .what-you-learn-module .accordion-content {
    display: block !important;
  }
}

@media (max-width:768px){
  .what-you-learn-module .what-you-learn-left{
    margin-bottom:40px;
  }
  .what-you-learn-module .what-you-learn-left,
  .what-you-learn-module .what-you-learn-item{
    min-height: auto;
  }
  .what-you-learn-module .accordion-title{
    position:relative;
  }
  .what-you-learn-module .accordion-content {
    display: none;
  }
  .what-you-learn-module .accordion-title:not(.acc-active) .up-arrow {
    display: none;
  }
  .what-you-learn-module .acc-active .down-arrow {
    display: none;
  }
  .what-you-learn-module .accordion-title {
    display: flex;
    vertical-align: middle;
    align-items: center;
    gap: 5px;
    cursor: pointer;
  }
  .what-you-learn-module .accordion-trigger {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    cursor: pointer;
    display:none !important;
  }
  .what-you-learn-module .what-you-learn-item.main-padding {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  .what-you-learn-module .accordion-content {
    display: block !important;
}
  
 
  
}


@media (max-width:480px){
  .what-you-learn-module .what-you-learn-item ul {
    float: none;
    width: 100%;
  }
  .what-you-learn-module a.download-button,
  .download-popup-form-wrapper a.download-button{
    padding-left:25px;
    padding-right:25px;
  }

}
{# Popup Form Style #}
.download-popup-form-wrapper{
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1000;
  overflow-y:auto;
  background-color: rgba(0, 0, 0, 0.75);
}
.download-popup-form-wrapper .overlay{
  background-color: transparent;
  width:100%;
  height:100%;
  top:0;
  left:0;
  position:absolute;
  z-index: 1;
}
.download-popup-form-wrapper .popup-form{
  padding: 30px;
  background: #fff;
  width: 100%;
  max-width: 500px;
  margin: 2rem auto;
  border-radius: 10px;
  text-align: center;
  z-index: 2;
  position: relative;
}
.download-popup-form-wrapper .form-title h6 {
    margin: 0 0 10px;
}
.download-popup-form-wrapper .close-icon {
    position: absolute;
    right: 30px;
    top: 30px;
    cursor: pointer;
}
.download-popup-form-wrapper .hs-form .hs-button {
    width: 100%;
}
.download-popup-form-wrapper li.hs-form-booleancheckbox label {
    font-size: 12px;
    font-weight: 600;
}
body.download-popup-open{
overflow:hidden;
}

