.pagecont h3{
    font-family: 'Roboto-r';
    font-weight: 500;
    font-size: 24px;
    letter-spacing: 0.8px;
    color: #252525;
    margin-top: 48px;
}

.pagecont h3 + div{margin-top:32.5px}
.pagecont h3 + div i{color:#209D76;width:16.67px;margin-right:13.67px}
.pagecont h3 + div h4{
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0.05em;
    color: #212121;
}
.pagecont h3 + div h4 a{text-decoration:none;color:initial;}

.cardSection{
    background-color:white;
    padding: 40px;
    border-radius: 24px;
}

.form-group label.input-label{margin-bottom:8px !important}
.form-group textarea.form-control{
    border: 1px solid #D3D3D3;
    border-radius: 4px;
    height: 195px;
    resize: none;
}

#verification-code-container{}
#verification-code-container .form-group{width:200px;margin-right:40px}
#verification-code-container .verification-code-img{
    width:322px;
    height:60px;
    background-repeat:no-repeat;
    background-position:center;
    background-size:100%;
    border:1px solid #D3D3D3;
    border-radius:4px;
    margin-right:12px;
}
#verification-code-container button.btn-no-border{
    /* width:80px; */
    background:transparent;
    border:0;
    font-size:14px;
    height: 35px;
}
#verification-code-container button.btn-no-border i{font-size:14px;color:#3DB58F}

.btn-primary{
    width: 240px;
    height: 50px;
    font-style: normal;
    font-weight: 500 !important;
    font-size: 18px !important;
    letter-spacing: .8px;
}

@media screen and (max-width:991px) { 
    #verification-code-container .form-group{margin-right:20px}
}

@media screen and (max-width:767px) { 
    #verification-code-container .form-group{width:100%;margin-bottom:12px;margin-right:0}
    #verification-code-container .verification-code-img{width:calc(100% - 92px)}
    #verification-code-container button.btn-no-border{width:auto}
    .cardSection{padding:64px 32px}
}

@media screen and (max-width:500px) { 
    .pagecont h3{font-size:18px;margin-top:24px}
    .pagecont h3 + div{margin-top:12.5px;margin-bottom:20.5px !important}
    .cardSection{padding:32px 16px}
}