.fixed-income-option{
    margin-top: 150px;
}
.fixed-income-option-left{
    width: 30%;
    padding: 0px 30px 60px 15px;
    position: relative;
}

.fixed-income-option-left .btn{
    position: absolute;
    bottom:0;
    left: 15px;
}
.fixed-income-option-right{
    width: 70%;
    padding: 0px 15px 0px 80px;
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
}

.fixed-income-option-left .get-in-touch span{
    transition: var(--transition);
    display: inline-block;
    color: var(--teal);
}
.fixed-income-option-left .get-in-touch::before{
    content: "";
    position: relative;
    width: 16px;
    height: 16px;
    object-fit: contain;
    background: url(../images/button-arow-teal.svg) no-repeat;
    background-size: contain;
    display: inline-flex;
    margin-right: 10px;
    top: 2px;
    transition: var(--transition);
}
.fixed-income-option-left .get-in-touch:hover::before{
    background: url(../images/button-arow-black.svg) no-repeat;
    background-size: contain;
}
.fixed-income-option-left .get-in-touch:hover span{
    color: var(--black);
}
.get-in-touch {
    position: relative;
    display: inline-block;
    transition: var(--transition);
    margin-top:10px;
}
.get-in-touch span{
    transition: var(--transition);
    display: inline-block;
}
.get-in-touch::before{
    content: "";
    position: relative;
    width: 16px;
    height: 16px;
    object-fit: contain;
    background: url(../images/button-arow.svg) no-repeat;
    background-size: contain;
    display: inline-flex;
    margin-right: 10px;
    top: 2px;
    transition: var(--transition);

}
.loan-agreement-item .top-text h2{
    margin-bottom: -10px;
}
.loan-agreement-item .top-text h4{
    font-size: 40px;
    margin-bottom: 0px;
}
.fixed-income-option-left .get-in-touchm:hover .get-in-touch span{
    color: var(--black);
}
.fixed-income-option-left .get-in-touch:hover span{
    transform: translateX(4px);
}
.loan-agreement-item{
    background: linear-gradient(106deg, #3B3E45 1.01%, #69908F 44.64%, #B5C4CB 100%);
    padding: 35px;
    width: calc(50% - 12.5px);
    box-sizing: border-box;
    margin-left: auto;
    transition: var(--transition);
}
.loan-agreement-item:hover{
    box-shadow: 0 4px 12px rgba(119, 151, 151, 0.6);
    transform: translateY(-10px);
}
.loan-agreement-item:hover .get-in-touch {
    transform: translateX(4px);
}
.loan-agreement-item:hover .get-in-touch::before {
    filter: brightness(0%);
}
.loan-agreement-item:hover .get-in-touch span {
    color: var(--black);
}
.loan-agreement-item:hover .get-in-touch {
    filter: brightness(0%);
}
.loan-agreement-item:nth-child(even){
    background: linear-gradient(90deg, #B5C4CB 0%, #69908F 55%, #3B3E45 100%);
  }


.loan-agreement-item .icon-wrap{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 50px;
}
.loan-agreement-item .icon-wrap .icon{
    width: 60px;
    height: 60px;
    flex-shrink: 0;
}
.loan-agreement-item .icon-wrap .icon img{
    width: 100%;    
    height: 100%;
    object-fit: contain;
}
.loan-agreement-item *{
    color: var(--white);
}
.loan-agreement-item h3{
    max-width: 75%;
    margin-bottom: 60px;
}
.loan-agreement-item:hover .icon-wrap a{
    transform: translateY(-5px);
    filter: brightness(0%);
}
.loan-agreement-item .icon-wrap a img {
    width: 30px;
    height: 30px;
    object-fit: contain;
}
.loan-agreement-item .bottom-button {
    text-align: right;
    margin-top: 60px;
}

@media(max-width:1199px){
    .fixed-income-option-right,.fixed-income-option-left{
        width: 100%;
        padding: 0 15px 60px;
    }
    .fixed-income-option-left{
        margin-bottom: 40px;
    }
    .fixed-income-option{
        margin-top: 120px;
    }
    .loan-agreement-item .top-text h2 {
        margin-bottom: -5px;
    }
    .loan-agreement-item .top-text h4 {
        font-size: 30px;
    }
    .loan-agreement-item {
        padding: 30px 20px 20px 30px;
    }
}
@media(max-width:991px){
    .fixed-income-option{
        margin-top: 80px;
    }
}
@media(max-width:767px){
    .fixed-income-option{
        margin-top: 50px;
    }
    .loan-agreement-item {
        padding: 25px;
    }
}
@media(max-width:575px){
    .fixed-income-option-right{
        gap: 20px;
    }
    .loan-agreement-item{
        width: 100%;
    }
}