.contact-help-section {
    padding: 0 0 100px;
}
.contact-help-section .full-content {
    width: 1415px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 15px;
    border-radius: 10px;
    background: transparent;
}
.contact-help-section .cta-wrap {
    display: flex;
    justify-content: space-evenly;
    align-items: flex-start;
    padding: 66px 0 110px;
}

.contact-help-section .cta-wrap .cta-box {
    width: 494px;
    max-width: 50%;
    text-align: center;
    padding: 0 22px;
}
.contact-help-section .cta-wrap .cta-box h3 {
    font-family: Lufga;
    font-weight: 600;
    font-size: 25px;
    line-height: 58px;
    color: #000000;
    margin: 0;
}
.contact-help-section .cta-wrap .cta-box p {
    font-family: Lufga;
    font-weight: 400;
    font-size: 15px;
    line-height: 28px;
    letter-spacing: 0.01em;
    color: #000000;
    opacity: 0.6;
    margin: 0 0 26px;
}
.contact-help-section .cta-wrap .cta-box a {
    text-decoration: none;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    background: #000000;
    border-radius: 60px;
    font-family: Lufga;
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
    letter-spacing: 0.02em;
    color: #FFFFFF;
    padding: 9px 36px;
    min-height: 40px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.contact-help-section .cta-wrap .cta-box a:hover {
    background: #0052CC;
}
.contact-help-section .info-wrap {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    padding: 0 70px 31px;
}
.contact-help-section .info-wrap .info-box {
    padding: 40px 50px 40px;
    border-radius: 10px;
}
.contact-help-section .info-wrap .info-box:nth-child(1) {
    background: rgba(0, 82, 204, 0.07);
}
.contact-help-section .info-wrap .info-box:nth-child(2) {
    background: rgba(30, 182, 131, 0.07);
}
.contact-help-section .info-wrap .info-box:nth-child(3) {
    background: rgba(241, 165, 27, 0.07);
}
.contact-help-section .info-wrap .info-box h3 {
    font-family: Lufga;
    font-weight: 600;
    font-size: 18px;
    line-height: 23px;
    color: #000000;
    margin: 0 0 9px;
}
.contact-help-section .info-wrap .info-box p {
    font-family: Lufga;
    font-weight: 400;
    font-size: 15px;
    line-height: 27px;
    letter-spacing: 0.01em;
    color: rgba(0, 0, 0, .7);
    margin: 0 0 27px;
}
.contact-help-section .info-wrap .info-box p a {
    text-decoration: none;
    font-weight: 500;
    border: none;
}
.contact-help-section .info-wrap .info-box a {
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    font-family: Lufga;
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    text-align: center;
    letter-spacing: 0.02em;
    color: #000000;
    display: inline-block;
    text-decoration: none;
    border-bottom: 1px solid #000000;
}
.contact-help-section .info-wrap .info-box a:hover {
    color: #0052CC;
    border-color: #0052CC;
}
.contact-help-section .info-wrap .info-box ul li:before {
  display: none;
}
.contact-help-section .info-wrap .info-box ul{
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.contact-help-section .info-wrap .info-box ul li{
  padding: 0 25px 0 0;
  margin: 0;
}
.contact-help-section .info-wrap .info-box ul li:last-of-type{
  padding: 0;
}
.contact-help-section .info-wrap .info-box ul li a i {
  color: #000;
  font-size: 18px;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.contact-help-section .info-wrap .info-box ul li a{
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
    text-decoration: none;
  border: 0;
}
.contact-help-section .info-wrap .info-box ul li a:hover i{
  color: #0052CC;
  
}
