.heading {
   font-family: PlayfairDisplay-Bold, serif;
   font-size: 45px;
    line-height: 72px;
   color:  #020226;
   margin-bottom: 30px;
}
.subheading {
   font-family: Poppins-Regular, sans-serif;
   font-size: 22px;
   line-height: 32px;
   color:  #66667C;
   margin-bottom: 2rem;
}
.subheading:last-child {
    padding-bottom: 100px;
}
.subheading span {
    font-family: Poppins-Medium, sans-serif;
    color: #020226;
}
.intro {
    position: relative;
    padding-top: 208px;
}
.intro:before, .intro:after {
    background-repeat: no-repeat;
    background-size: contain;    
    content: "";
    display: block;
    width: 25%;
    height: 100%;
    position: absolute;
}
.intro:before {
    top: 20px;
    left: 0;
    background-position: left top;
}
.intro:after {
    right: 0;
    bottom: 0;
    background-position: right bottom;
}
.about-container {
    padding-top: 50px;
    background-color: #FFFFFF;
    padding-bottom: 150px;
}
#contact {
    padding-top: 98px;
    padding-bottom: 98px;
    position: relative;
}
.team-container {
    margin-bottom: 30px;
    cursor: pointer;  
}
.name {
   font-family: PlayfairDisplay-Bold, serif;
   font-size: 23px;
   line-height: 33px;
   color:  #1C1B1B;
   margin-bottom: 10px;
}
.title {
   font-family: Poppins-Regular, sans-serif;
   font-size: 12px;
   line-height: 18px;
   color:  #1C1B1B;
   text-transform: uppercase;
}
.modal-open .modal {
    background-color: rgba(2, 2, 38, 0.85);
}
.modal-dialog {
    max-width: 1120px;
}
.modal-content {
    padding-left: 42px;
    min-height: 50vh;
    border-radius: 15px;
    padding-top: 24px;
    padding-bottom: 24px;
}
.modal-button {
    padding: 0;
    transition: .15s ease-in-out;
    width: 24px;
    margin-right: 36px;
    cursor: pointer;
    margin-top: 21px;
}
.modal-button:hover, .modal-button:focus {
    transform: rotate(90deg);
}
.modal-button .line:nth-child(1) {
    -webkit-transform: translateY(14px) rotate(45deg);
    -ms-transform: translateY(14px) rotate(45deg);
    -o-transform: translateY(14px) rotate(45deg);
    transform: translateY(14px) rotate(45deg);
}
.modal-button .line {
    background-color: #1C1B1B;
    width: 24px;
    height: 3px;
    display: block;
    margin: 11px auto 11px 0;
    border-radius: 2px;
    margin-left: 0;
}
.modal-button .line:nth-child(2) {
    opacity: 0;
}
.modal-button .line:nth-child(3) {
    -webkit-transform: translateY(-14px) rotate(-45deg);
    -ms-transform: translateY(-14px) rotate(-45deg);
    -o-transform: translateY(-14px) rotate(-45deg);
    transform: translateY(-14px) rotate(-45deg);
}
.modal-name {
    font-family: PlayfairDisplay-Bold, serif;
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 4px;
    color: #1C1B1B;
}
.modal-title {
    font-family: Poppins-Regular, sans-serif;
    font-size: 16px;
    line-height: 25px;
    color: #1C1B1B;
    text-transform: uppercase;
}
.team-details {
    font-family: Poppins-Regular, sans-serif;
    font-size: 16px;
    line-height: 35px;
    color: #1C1B1B;
    max-width: 669px;
}
#contact * {
    text-align: center;    
}
.contact-heading {
    font-family: PlayfairDisplay-Bold, serif;
    font-size: 55px;
    line-height: 65px;
    color: #020226;
}
.contact-details {
    font-family: Poppins-Regular, sans-serif;
    font-size: 24px;
    line-height: 37px;
    color: #66667C;
    max-width: 969px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 45px;
}
.wsp-btn {
    font-family: Poppins-SemiBold, sans-serif;
    font-size: 20px;
    line-height:35px;
    color: #FFFFFF;
    transition: all 0.3s;
    text-decoration: none;
    display: inline-block;
    border-radius: 10px;
    padding: 16px;
    background-color: #2BB741;
    max-width: 420px;
    width: 100%;
}
.wsp-btn img {
    max-width: 30px;
    margin-right: 8px;
}
.wsp-btn:hover, .wsp-btn:focus {
    text-decoration: none;
    color: #FFFFFF;
    background-color: #66667C;
}
#contact:before, #contact:after {
    background-repeat: no-repeat;
    background-size: contain;    
    content: "";
    display: block;
    width: 40%;
    height: 100%;
    position: absolute;
    z-index: -1;
}
#contact:before {
    bottom: 0;
    left: 0;
    background-position: left bottom;
}
#contact:after {
    right: 0;
    top: 0;
    background-position: right top;
}
@media only screen and (max-width: 1023px) {
    .heading {
        font-size: 40px;
        line-height: 45px;
    }
    .contact-heading {
        font-size: 34px;
        line-height: 47px;
    }
    .contact-details {
        font-size: 18px;
        margin-bottom: 32px;
    }
    .subheading {
        font-size: 18px;
        line-height: 32px;
    }
    .modal-content {
        padding: 0;
    }
    .modal-content .row .col-lg-4,
    .modal-content .row .col-lg-8 {
        margin-left: 15px;
        margin-right: 15px;
    }
    .modal-content .row .col-lg-8 {
        margin-top: 24px;
    }
    .modal-content img, .about-container img {
        width: 100%;
    }
    .modal-button {
        margin-right: 15px;
        margin-top: 15px;
    }
    .wsp-btn {
        padding: 10px;
        font-size: 16px;
        width: 100%;
    }   
    .wsp-btn img {
        width: 24px;
        margin-right: 16px;
    }
    #contact {
        padding-top: 120px;
    }
    .intro:before, .intro:after,
    #contact:before, #contact:after {
        width: 78%;
    }
}