.about-pool {
    background-color: #407D87;
    padding: 225px 0 200px;
    margin-bottom: 120px;
    overflow: hidden;
    position: relative;
}

/* Background blur */
.about-pool .blur-overlay_el-lite:first-child{
    top: 0;
    left: 0;
}
.about-pool .blur-overlay_el-lite:nth-child(2){
    bottom: 0;
    left: 50%;

}
.about-pool .blur-overlay_el-lite:last-child{
    top: 0;
    right: 0;

}
.about-pool .blur-overlay_el-dark:first-child{
    bottom: 0;
    left: 0;
}
.about-pool .blur-overlay_el-dark:nth-child(2){
    top: 0;
    left: 50%;
}
.about-pool .blur-overlay_el-dark:last-child{
    bottom: 0;
    right: 0;
}

.about-pool .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 1;
}

.about-pool_col:first-child {
    max-width: 545px;
}
.about-pool h2{
    margin-bottom: 40px;
}
.about-pool_text{
    margin-bottom: 40px;
}
.about-pool_text p{
    color: #ecf6f6;
    font-size: 20px;
    font-weight: 400;
}
.about-pool_text p:first-child{
    margin-bottom: 40px;
}
.about-pool_btns {
    display: flex;
    justify-content: space-between;
    max-width: 536px;
    width: 100%;
}
.about-pool_imd-wrapper{
    position: relative;
    top: -58px;
    left: -14px;
}
.about-pool_img:first-child{
    width: 560px;
    height: 441px;
    border-radius: 30px;
    overflow: hidden;
}
.about-pool_img:last-child{
    width: 460px;
    height: 254px;
    position: absolute;
    bottom: -134px;
    right: -48px;
    border-radius: 30px;
    overflow: hidden;
}

.about-pool-img {
    display: none;
}