﻿
.main-section-float {
    margin-top:0;
    padding-left:16px;
    padding-right:16px;
    background-color: var(--Secondary-Ceramica);
}
.know_more {
    font-family: 'Spartan';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    color: #0071CE;
}
.wrap-box {
    width: 100%;
    max-width: 1080px;
    position: relative;
    top: -117px;
    padding: 32px;
    border-radius: 16px;
    border: 1px solid #9DB1C9;
    background: #FFF;
    margin: 0 auto;
}

.first-row {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(443px, 490px));
    gap:32px;
    justify-content: center;
}

.first-row > a {
    display: grid;
    grid-template-columns: 1fr 2fr;
    align-items: center;
    gap:32px;
    border-radius: 16px;
    border: 1px solid #9DB1C9;
    padding:16px;
}
.first-row > a:hover {
background-color: #F2F4F8;
}

.box-info-tpa h4 {
    font: 600 19px 'Spartan';
    color: #0A243E;
}

.box-info-tpa p {font-size: 17px;font-weight: 400;line-height: 27px;letter-spacing: 0.5px;color: #3f5b78 !important; text-align: left;}

.second-row {
    width:100%;
    margin:2rem auto;
}

.second-row p {
    font: 400 15px 'Roboto';
    color: #3F5B78;
    text-align: center;
    line-height: 23px;
}

@media (max-width:700px) {

.main-section-float{
    padding:30px 16px;
}
    
.wrap-box{
    top: auto;
}

    .first-row{
        grid-template-columns: auto;
    }
    
}